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 7a937a7 commit 116131cCopy full SHA for 116131c
docs/source/conf.py
@@ -54,7 +54,7 @@
54
# The theme to use for HTML and HTML Help pages. See the documentation for
55
# a list of builtin themes.
56
#
57
-html_theme = "basic"
+html_theme = "sphinx_rtd_theme"
58
59
# Add any paths that contain custom static files (such as style sheets) here,
60
# relative to this directory. They are copied after the builtin static files,
setup.py
@@ -72,6 +72,7 @@ def requirements():
72
"enum-tools==0.6.4",
73
"sphinx-toolbox==2.15.0",
74
'sphinxcontrib_trio==1.1.2',
75
+ "sphinx-rtd-theme==1.0.0",
76
],
77
}
78
0 commit comments