Thanks to visit codestin.com Credit goes to github.com
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 064ab4e commit f702485Copy full SHA for f702485
doc/conf.py
@@ -122,7 +122,7 @@
122
# Theme options are theme-specific and customize the look and feel of a theme
123
# further. For a list of options available for each theme, see the
124
# documentation.
125
-#html_theme_options = {}
+html_theme_options = {'oldversion':True}
126
127
# Add any paths that contain custom themes here, relative to this directory.
128
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