Skip to content

Commit f2d17ba

Browse files
committed
update conf.py
1 parent a4e336a commit f2d17ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
# Theme options are theme-specific and customize the look and feel of a theme
113113
# further. For a list of options available for each theme, see the
114114
# documentation.
115-
#html_theme_options = {}
115+
html_theme_options = {'oldversion':True}
116116

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

doc/themes/scikit-learn/theme.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ stylesheet = nature.css
44
pygments_style = tango
55

66
[options]
7-
oldversion = True
7+
oldversion = False

0 commit comments

Comments
 (0)