Skip to content

Commit

Permalink
Reset theme to readthedocs.
Browse files Browse the repository at this point in the history
The default somehow changed.
  • Loading branch information
kjolley committed Nov 3, 2023
1 parent 50b19a4 commit 3c96800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
#html_theme = 'default'
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if on_rtd:
html_theme = 'default'
html_theme = 'sphinx_rtd_theme'
else:
# html_theme = 'nature'
html_theme = 'bizstyle'
Expand Down

0 comments on commit 3c96800

Please sign in to comment.