We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e336a commit f2d17baCopy full SHA for f2d17ba
doc/conf.py
@@ -112,7 +112,7 @@
112
# Theme options are theme-specific and customize the look and feel of a theme
113
# further. For a list of options available for each theme, see the
114
# documentation.
115
-#html_theme_options = {}
+html_theme_options = {'oldversion':True}
116
117
# Add any paths that contain custom themes here, relative to this directory.
118
html_theme_path = ['themes']
doc/themes/scikit-learn/theme.conf
@@ -4,4 +4,4 @@ stylesheet = nature.css
4
pygments_style = tango
5
6
[options]
7
-oldversion = True
+oldversion = False
0 commit comments