Skip to content

Commit

Permalink
Changes to docs config.
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBelanger committed Nov 4, 2023
1 parent 8a17794 commit cd9b50d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,9 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
if not on_rtd:
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()]

html_theme_options = {
'canonical_url': '',
Expand Down

0 comments on commit cd9b50d

Please sign in to comment.