Changeset 4354
- Timestamp:
- 03/09/09 00:44:58 (4 years ago)
- Files:
-
- 1 modified
-
trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/setup.py
r4353 r4354 153 153 def build_html_doc(self): 154 154 """Build the html documentation.""" 155 import sphinx 155 try: 156 import sphinx 157 except ImportError: 158 self.warn("sphinx not found, documentation won't be build.") 159 return 156 160 157 161 sphinx_ver = sphinx.__version__
