Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc66c8e

Browse files
committed
Merge pull request scikit-learn#1558 from jaquesgrobler/warn11
warning for old version(0.11)
2 parents 4ae44b0 + df4cbf8 commit cc66c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
# Theme options are theme-specific and customize the look and feel of a theme
127127
# further. For a list of options available for each theme, see the
128128
# documentation.
129-
html_theme_options = {'oldversion':False, 'collapsiblesidebar': True}
129+
html_theme_options = {'oldversion':True, 'collapsiblesidebar': True}
130130

131131
# Add any paths that contain custom themes here, relative to this directory.
132132
html_theme_path = ['themes']

0 commit comments

Comments
 (0)