Skip to content

Commit

Permalink
Update doc conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Oct 17, 2023
1 parent 4c5228a commit 7d94e5f
Show file tree
Hide file tree
Showing 4 changed files with 580 additions and 567 deletions.
9 changes: 3 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,9 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'

if not ON_RTD: # only import and set the theme if we're building docs locally
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# 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 7d94e5f

Please sign in to comment.