[ https://issues.apache.org/jira/browse/CLIMATE-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16234581#comment-16234581 ]
Lewis John McGibbney commented on CLIMATE-931: ---------------------------------------------- Hi [~kafisher] {code} lmcgibbn@LMC-056430 /usr/local/climate(master) $ cd docs/ && make html sphinx-build -b html -d build/doctrees source build/html Error in sitecustomize; set PYTHONVERBOSE for traceback: KeyError: 'PYTHONPATH' Running Sphinx v1.6.4 loading pickled environment... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 0 source files that are out of date updating environment: 0 added, 5 changed, 0 removed reading sources... [100%] ocw/utils WARNING: /usr/local/climate/docs/source/config/config_writer.rst:4: (WARNING/2) autodoc: failed to import module 'ocw_config_runner.configuration_writer'; the following exception was raised: Traceback (most recent call last): File "/Users/lmcgibbn/miniconda3/lib/python3.6/site-packages/sphinx/ext/autodoc.py", line 658, in import_object __import__(self.modname) File "/Users/lmcgibbn/miniconda3/lib/python3.6/site-packages/ocw-1.2.0-py3.6.egg/ocw_config_runner/configuration_writer.py", line 21, in <module> import yaml ModuleNotFoundError: No module named 'yaml' /usr/local/climate/ocw/utils.py:docstring of utils.calculate_ensemble_temporal_trends:1: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/local/climate/ocw/utils.py:docstring of utils.calculate_ensemble_temporal_trends:6: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/local/climate/ocw/utils.py:docstring of utils.calculate_ensemble_temporal_trends:9: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/local/climate/ocw/utils.py:docstring of utils.calculate_temporal_trend_of_time_series:1: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/local/climate/ocw/utils.py:docstring of utils.calculate_temporal_trend_of_time_series:6: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/local/climate/ocw/utils.py:docstring of utils.calculate_temporal_trend_of_time_series:9: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/local/climate/ocw/utils.py:docstring of utils.calculate_temporal_trends:1: WARNING: Inline interpreted text or phrase reference start-string without end-string. /usr/local/climate/ocw/utils.py:docstring of utils.trim_dataset:4: WARNING: Inline interpreted text or phrase reference start-string without end-string. looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [100%] ocw/utils generating indices... genindex py-modindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 9 warnings. Build finished. The HTML pages are in build/html. lmcgibbn@LMC-056430 /usr/local/climate/docs(master) $ python --version Python 3.6.1 :: Continuum Analytics, Inc. {code} > Documentation build error - missing module > ------------------------------------------ > > Key: CLIMATE-931 > URL: https://issues.apache.org/jira/browse/CLIMATE-931 > Project: Apache Open Climate Workbench > Issue Type: Bug > Components: documentation > Reporter: Kevin Fisher > Assignee: Lewis John McGibbney > Priority: Minor > Fix For: 1.3.0 > > > running {{cd docs && make html}} from project root results in: > sphinx-build -b html -d build/doctrees source build/html > Running Sphinx v1.6.4 > Extension error: > Could not import extension sphinxcontrib.autohttp.bottle (exception: No > module named sphinxcontrib.autohttp.bottle) > make: *** [html] Error 1 -- This message was sent by Atlassian JIRA (v6.4.14#64029)