Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 6, 2024
1 parent 6a5feeb commit aeca5db
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/conf.py
Expand Up @@ -74,14 +74,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 = "pyfrcdoc"
Expand Down

0 comments on commit aeca5db

Please sign in to comment.