We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8b44f commit 252c0afCopy full SHA for 252c0af
docs/conf.py
@@ -19,6 +19,7 @@
19
"sphinx.ext.intersphinx",
20
"sphinx.ext.napoleon",
21
"sphinx.ext.todo",
22
+ "sphinx_rtd_theme",
23
]
24
25
autoapi_keep_files = True
@@ -107,7 +108,7 @@
107
108
# The theme to use for HTML and HTML Help pages. See the documentation for
109
# a list of builtin themes.
110
#
-on_rtd = os.environ.get("READTHEDOCS", None) == "True"
111
+html_theme = "sphinx_rtd_theme"
112
113
# Add any paths that contain custom static files (such as style sheets) here,
114
# relative to this directory. They are copied after the builtin static files,
docs/requirements.txt
@@ -4,3 +4,4 @@
4
5
sphinx>=4.0.0
6
sphinx-autoapi
7
+sphinx-rtd-theme
0 commit comments