We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fde69b commit 04e25e4Copy full SHA for 04e25e4
docs/conf.py
@@ -123,7 +123,7 @@
123
# The theme to use for HTML and HTML Help pages. See the documentation for
124
# a list of builtin themes.
125
#
126
-html_theme = 'sphinx_rtd_theme'
+html_theme = 'alabaster'
127
128
# Theme options are theme-specific and customize the look and feel of a theme
129
# further. For a list of options available for each theme, see the
setup.cfg
@@ -3,6 +3,3 @@ max-line-length = 99
3
4
[wheel]
5
universal = 1
6
-
7
-[upload_docs]
8
-upload-dir = docs/_build/html
0 commit comments