Skip to content

Commit 2c7ec28

Browse files
committed
New theme for 1.3.6
1 parent 595f3a9 commit 2c7ec28

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/conf.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,15 @@
113113

114114
# The theme to use for HTML and HTML Help pages. See the documentation for
115115
# a list of builtin themes.
116-
html_theme = 'alabaster'
116+
html_theme = 'sphinx_rtd_theme'
117117

118118
# Theme options are theme-specific and customize the look and feel of a theme
119119
# further. For a list of options available for each theme, see the
120120
# documentation.
121-
#html_theme_options = {}
121+
html_theme_options = {
122+
'logo_only': True,
123+
'display_version': False,
124+
}
122125

123126
# Add any paths that contain custom themes here, relative to this directory.
124127
#html_theme_path = []

0 commit comments

Comments
 (0)