From 94661c778e528daccadf56eea767976237494713 Mon Sep 17 00:00:00 2001
From: Christian Heimes <cheimes@redhat.com>
Date: Mon, 29 Feb 2016 09:47:39 +0100
Subject: [PATCH 55/55] Sphinx 1.3 has renamed the default scheme

Use html_theme = 'classic' to silence this warning:

WARNING: 'default' html theme has been renamed to 'classic'. Please
change your html_theme setting either to the new 'alabaster' default
theme, or to 'classic' to keep using the old default.
---
 base/common/python/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/common/python/conf.py b/base/common/python/conf.py
index f076cf919b1c2718a439ca5aca56002bb4f74ccf..e489276af24c09dd96bf8b923eb640603953241a 100644
--- a/base/common/python/conf.py
+++ b/base/common/python/conf.py
@@ -93,7 +93,7 @@ pygments_style = 'sphinx'
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'default'
+html_theme = 'classic'
 
 # 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
-- 
2.5.0

