From 4acfcbf58b286a0c9d2f4b8d467433f4b31414bb Mon Sep 17 00:00:00 2001 From: Haikel Guemar Date: Wed, 8 Oct 2014 09:45:41 +0200 Subject: [PATCH 1/2] oslo.sphinx patch (from Pete Zaitcev) --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 75bc194..65b7279 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -34,7 +34,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig', 'sphinx.ext.graphviz', - 'oslosphinx', + 'oslo.sphinx', ] # autodoc generation is a bit aggressive and a nuisance @@ -139,7 +139,7 @@ man_pages = [ # 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 = {'incubating': True} +#html_theme_options = {'incubating': True} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] -- 2.1.0