rcsb/py-mmcif

./initdocs.sh fails complaining about various Sphinx module missing

Closed this issue · 1 comments

MacOS 10.15.5 (19F101)
conda 4.8.2

I am not sure of whether this is due to anaconda or MacOS, but the ./scripts/initdocs.sh seems to require various Sphinx modules which aren't installed with the default Sphinx installation. Command line to install which I ended up needing is

conda install Sphinx recommonmark sphinx_bootstrap_theme sphinxcontrib-napoleon

Even if this is conda specific, it may be worth mentioning it in the README.

Thank you for pointing out the problem. We will post a fix for these dependencies shortly.