We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b69cba commit 9c87060Copy full SHA for 9c87060
2 files changed
docs/conf.py
@@ -60,4 +60,4 @@
60
61
# -- Options for HTML output -------------------------------------------------
62
63
-html_theme = "classic"
+html_theme = "sphinx_rtd_theme"
pyproject.toml
@@ -55,6 +55,7 @@ dev = [
55
]
56
doc = [
57
"sphinx",
58
+ "sphinx-rtd-theme",
59
"ipykernel",
"nbsphinx",
"myst-parser",
0 commit comments