Skip to content

Commit

Permalink
building docs with rtd theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Manning committed Feb 17, 2024
1 parent 5d6ee43 commit 3ba94bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
# on_rtd is whether we are on readthedocs.org
on_rtd = os.environ.get("READTHEDOCS", None) == "True"

if not on_rtd: # only set the theme if we are building docs locally
html_theme = "sphinx_rtd_theme"
# if not on_rtd: # only set the theme if we are building docs locally
html_theme = "sphinx_rtd_theme"

html_use_smartypants = True
html_last_updated_fmt = "%b %d, %Y"
Expand Down

0 comments on commit 3ba94bf

Please sign in to comment.