We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0febe commit b6926beCopy full SHA for b6926be
docs/conf.py
@@ -40,8 +40,8 @@
40
# on_rtd is whether we are on readthedocs.org
41
on_rtd = os.environ.get("READTHEDOCS", None) == "True"
42
43
-if not on_rtd: # only set the theme if we"re building docs locally
44
- html_theme = "sphinx_rtd_theme"
+
+html_theme = "alabaster"
45
46
html_use_smartypants = True
47
html_last_updated_fmt = "%b %d, %Y"
0 commit comments