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 a906318 commit 5b12ca5Copy full SHA for 5b12ca5
docs/source/conf.py
@@ -14,7 +14,7 @@
14
# -- General configuration ---------------------------------------------------
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
16
17
-extensions = []
+extensions = ["sphinx_rtd_theme"]
18
19
templates_path = ["_templates"]
20
exclude_patterns = []
@@ -23,5 +23,5 @@
23
# -- Options for HTML output -------------------------------------------------
24
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
25
26
-html_theme = "alabaster"
+html_theme = "sphinx_rtd_theme"
27
html_static_path = ["_static"]
0 commit comments