Changes in setup.py [d8c4019:a6d2e3b] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    rd8c4019 ra6d2e3b  
    88from distutils.command.build_ext import build_ext 
    99from distutils.core import Command 
     10 
     11sys.path.append("docs/sphinx-docs") 
     12import build_sphinx 
    1013 
    1114try: 
     
    155158        self.cwd = os.getcwd() 
    156159 
    157     def run(self): 
    158         sys.path.append("docs/sphinx-docs") 
    159         import build_sphinx 
    160  
     160    def run(self):         
    161161        build_sphinx.clean() 
    162162        build_sphinx.retrieve_user_docs() 
Note: See TracChangeset for help on using the changeset viewer.