Skip to content

Commit

Permalink
fix rtd default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Sep 2, 2023
1 parent 1f883f0 commit a853395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

if on_rtd:
html_theme = 'default'
html_theme = 'sphinx_rtd_theme'
else: # only import and set the theme if we're building docs locally
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
Expand Down

0 comments on commit a853395

Please sign in to comment.