From https://github.com/AMDphreak/doc-developer-guide
ryan@ryan-ADATA:~/code/online/doc-developer-guide/docs$ make html
Running Sphinx v1.6.7
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.(pip install sphinx_rtd_theme)
Makefile:20: recipe for target 'html' failed
make: *** [html] Error 1
It does not tell me which version of python this make
is using, so I installed sphinx_rtd_theme on both python 2.7.x and 3.x via pip
and pip3
. This resolved nothing.
No work-around available (afaik)