From d022cfb15968503bdddf56b586edc8a9aba5df60 Mon Sep 17 00:00:00 2001
From: Jaques Grobler <jaquesgrobler@gmail.com>
Date: Thu, 10 Jan 2013 13:26:28 +0100
Subject: [PATCH] update conf.py

---
 doc/conf.py                        | 2 +-
 doc/themes/scikit-learn/theme.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index ac78d66cc3..22afb222f8 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -126,7 +126,7 @@ html_theme = 'scikit-learn'
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
 # documentation.
-#html_theme_options = {}
+html_theme_options = {'oldversion':True}
 
 # Add any paths that contain custom themes here, relative to this directory.
 html_theme_path = ['themes']
diff --git a/doc/themes/scikit-learn/theme.conf b/doc/themes/scikit-learn/theme.conf
index 763b39ca33..bdccd9d934 100644
--- a/doc/themes/scikit-learn/theme.conf
+++ b/doc/themes/scikit-learn/theme.conf
@@ -4,4 +4,4 @@ stylesheet = nature.css
 pygments_style = tango
 
 [options]
-oldversion = True
+oldversion = False
-- 
GitLab