Skip to content

Commit

Permalink
Fix RTD theme
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 22, 2024
1 parent 951cea9 commit 65ea864
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,7 @@
pygments_style = "sphinx"

# -- Options for HTML output ----------------------------------------------

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()]
else:
html_theme = "default"
html_theme = "sphinx_rtd_theme"

# Output file base name for HTML help builder.
htmlhelp_basename = "sphinxdoc"
Expand Down

0 comments on commit 65ea864

Please sign in to comment.