We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd6ea3 commit 99a61c9Copy full SHA for 99a61c9
docs/conf.py
@@ -51,7 +51,7 @@
51
52
# The theme to use for HTML and HTML Help pages. See the documentation for
53
# a list of builtin themes.
54
-html_theme = "default"
+html_theme = "sphinx_rtd_theme"
55
56
# Add any paths that contain custom static files (such as style sheets) here,
57
# relative to this directory. They are copied after the builtin static files,
requirements_dev.txt
@@ -16,6 +16,7 @@ black
16
17
Sphinx
18
sphinxcontrib-spelling
19
+sphinx-rtd-theme>1
20
21
# Other tools
22
tox.ini
@@ -78,6 +78,7 @@ commands = make -C {toxinidir}/docs {posargs:spelling}
78
deps =
79
80
81
+ sphinx-rtd-theme
82
83
[testenv:packaging]
84
commands =
0 commit comments