You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to build the docs locally with sphinx as suggested in the README you need to install the sphinx-rtd-theme as well as sphinx. This should probably be added to the readme.
eg
It can be built locally with::
$ pip install sphinx
$ pip install sphinx-rtd-theme
$ sphinx-build -b html docs/source/ docs/build/html
The text was updated successfully, but these errors were encountered:
If you try to build the docs locally with sphinx as suggested in the README you need to install the sphinx-rtd-theme as well as sphinx. This should probably be added to the readme.
eg
The text was updated successfully, but these errors were encountered: