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
We should add sphinx-rtd-theme to docs/requirements.txt.
If people are unsure about the added dependency, we should be able to add handling to sphinx conf.py to not set html_theme if sphinx-rtd-theme is not installed. This would result in the default theme being used.
The text was updated successfully, but these errors were encountered:
When building docs locally it would be nice to use the same theme as readthedocs so the output looks the same. This seems pretty easy to do:
https://github.com/rtfd/sphinx_rtd_theme
Notes
We should add
sphinx-rtd-theme
todocs/requirements.txt
.If people are unsure about the added dependency, we should be able to add handling to sphinx
conf.py
to not sethtml_theme
ifsphinx-rtd-theme
is not installed. This would result in the default theme being used.The text was updated successfully, but these errors were encountered: