Changes in setup.py [d8c4019:a6d2e3b] in sasview
Legend:
- Unmodified
- Added
- Removed
-
setup.py
rd8c4019 ra6d2e3b 8 8 from distutils.command.build_ext import build_ext 9 9 from distutils.core import Command 10 11 sys.path.append("docs/sphinx-docs") 12 import build_sphinx 10 13 11 14 try: … … 155 158 self.cwd = os.getcwd() 156 159 157 def run(self): 158 sys.path.append("docs/sphinx-docs") 159 import build_sphinx 160 160 def run(self): 161 161 build_sphinx.clean() 162 162 build_sphinx.retrieve_user_docs()
Note: See TracChangeset
for help on using the changeset viewer.