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 19e8a35 commit 84beb33Copy full SHA for 84beb33
docs/conf.py
@@ -113,12 +113,15 @@
113
114
# The theme to use for HTML and HTML Help pages. See the documentation for
115
# a list of builtin themes.
116
-html_theme = 'alabaster'
+html_theme = 'sphinx_rtd_theme'
117
118
# Theme options are theme-specific and customize the look and feel of a theme
119
# further. For a list of options available for each theme, see the
120
# documentation.
121
-#html_theme_options = {}
+html_theme_options = {
122
+ 'logo_only': True,
123
+ 'display_version': False,
124
+}
125
126
# Add any paths that contain custom themes here, relative to this directory.
127
#html_theme_path = []
0 commit comments