Skip to content

Commit

Permalink
define html_theme as rtd workaround (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns authored Aug 26, 2023
1 parent 0ea0d63 commit 918de88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@
#import sphinx_rtd_theme
#html_theme = 'sphinx_rtd_theme'
#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
else:
html_theme = 'sphinx_rtd_theme'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down

0 comments on commit 918de88

Please sign in to comment.