EUDAT-B2HANDLE / B2HANDLE

B2Handle Python library for interaction with Handle services
https://eudat-b2handle.github.io/
Apache License 2.0
22 stars 24 forks source link

Automated build of Sphinx docs fails #62

Closed NicolasLiampotis closed 8 years ago

NicolasLiampotis commented 8 years ago

Automated build of Sphinx docs fails because sphinx_rtd_theme is not a hard dependency as of Sphinx version 1.4.0. As a result, the Github Pages generation also fails.

Full error logs follow:

sphinx-build -b html -d build/doctrees   source build/html
Running Sphinx v1.4.1
making output directory...
loading pickled environment... not yet created

Theme error:
sphinx_rtd_theme is no longer a hard dependency since version 1.4.0. Please install it manually.
make: *** [html] Error 1
Makefile:55: recipe for target 'html' failed
NicolasLiampotis commented 8 years ago

Verified that PR #63 fixes the issue by manually running the Jenkins job for building the docs using the updated Dockerfile. The documentation for the latest and greatest B2HANDLE version 1.0.1 is finally available from the projects's GitHub pages!