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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

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