Changes in setup.py [a6d2e3b:d8c4019] in sasview
Legend:
- Unmodified
- Added
- Removed
-
setup.py
ra6d2e3b rd8c4019 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_sphinx13 10 14 11 try: … … 158 155 self.cwd = os.getcwd() 159 156 160 def run(self): 157 def run(self): 158 sys.path.append("docs/sphinx-docs") 159 import build_sphinx 160 161 161 build_sphinx.clean() 162 162 build_sphinx.retrieve_user_docs()
Note: See TracChangeset
for help on using the changeset viewer.