Skip to content

Commit

Permalink
define html_theme as rtd workaround (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Aug 26, 2023
1 parent 78bf5b9 commit b66411e
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 @@ -138,6 +138,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 b66411e

Please sign in to comment.