Skip to content

Commit 76724f3

Browse files
committed
change: update sphinx config to use rtd as default theme
1 parent b0201c5 commit 76724f3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/conf.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,8 @@ def __getattr__(cls, name):
8484
autodoc_default_flags = ["show-inheritance", "members", "undoc-members"]
8585
autodoc_member_order = "bysource"
8686

87-
if "READTHEDOCS" in os.environ:
88-
html_theme = "default"
89-
else:
90-
html_theme = "haiku"
87+
html_theme = "sphinx_rtd_theme"
88+
9189
html_static_path = []
9290
htmlhelp_basename = "%sdoc" % project
9391

0 commit comments

Comments
 (0)