Skip to content

Commit a53d893

Browse files
Use alabaster theme
Use alabaster theme
2 parents 4f0febe + b6926be commit a53d893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
# on_rtd is whether we are on readthedocs.org
4141
on_rtd = os.environ.get("READTHEDOCS", None) == "True"
4242

43-
if not on_rtd: # only set the theme if we"re building docs locally
44-
html_theme = "sphinx_rtd_theme"
43+
44+
html_theme = "alabaster"
4545

4646
html_use_smartypants = True
4747
html_last_updated_fmt = "%b %d, %Y"

0 commit comments

Comments
 (0)