Hi Folks, After getting back a beautifully clean laptop, I tried to build the climate docs with Running Sphinx v1.2.2 under Python 2.7.8
lmcgibbn@LMC-032857 /usr/local/climate(master) $ cd docs && make html sphinx-build -b html -d build/doctrees source build/html Making output directory... Running Sphinx v1.2.2 Extension error: Could not import extension sphinxcontrib.autohttp.bottle (exception: No module named sphinxcontrib.autohttp.bottle) make: *** [html] Error 1 I partially resolved this by executing lmcgibbn@LMC-032857 /usr/local/climate/docs(master) $ pip install sphinxcontrib-httpdomain Then I got lmcgibbn@LMC-032857 /usr/local/climate(master) $ cd docs && make html sphinx-build -b html -d build/doctrees source build/html Running Sphinx v1.2.2 loading pickled environment... not yet created loading intersphinx inventory from http://docs.python.org/2/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/scipy/reference/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/numpy/objects.inv... loading intersphinx inventory from http://matplotlib.sourceforge.net/objects.inv... building [html]: targets for 10 source files that are out of date updating environment: 10 added, 0 changed, 0 removed reading sources... [100%] ui-backend/backend Exception occurred: File "/usr/local/climate/ocw-ui/backend/local_file_metadata_extractors.py", line 24, in <module> from bottle import Bottle, request, route, response ImportError: No module named bottle The full traceback has been saved in /var/folders/xd/mmrnt3jd3hj2k52cb01cqys8001klv/T/sphinx-err-zdzJcN.log, if you want to report the issue to the developers. Please also report this if it was a user error, so that a better error message can be provided next time. A bug report can be filed in the tracker at < https://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks! make: *** [html] Error 1 After installing bottle lmcgibbn@LMC-032857 /usr/local/climate/docs(master) $ pip install bottle I got lmcgibbn@LMC-032857 /usr/local/climate(master) $ cd docs && make html sphinx-build -b html -d build/doctrees source build/html Running Sphinx v1.2.2 loading pickled environment... not yet created loading intersphinx inventory from http://docs.python.org/2/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/scipy/reference/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/numpy/objects.inv... loading intersphinx inventory from http://matplotlib.sourceforge.net/objects.inv... building [html]: targets for 10 source files that are out of date updating environment: 10 added, 0 changed, 0 removed reading sources... [100%] ui-backend/backend Exception occurred: File "/usr/local/climate/ocw-ui/backend/local_file_metadata_extractors.py", line 26, in <module> import ocw.utils ImportError: No module named ocw.utils The full traceback has been saved in /var/folders/xd/mmrnt3jd3hj2k52cb01cqys8001klv/T/sphinx-err-j34JMn.log, if you want to report the issue to the developers. Please also report this if it was a user error, so that a better error message can be provided next time. A bug report can be filed in the tracker at < https://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks! make: *** [html] Error 1 This issue is actually not resolved, but I just wanted to show people some problem I encountered so that they may get past the dependency management aspect of building the documentation. Now it would appear that I need to execute some other prerequisite so have ocw.utils on the Python Path. I'll follow up here once this is done. Thanks LEwis -- *Lewis*