summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorGraham Hayes <graham.hayes@hp.com>2014-07-16 00:15:45 +0100
committerGraham Hayes <graham.hayes@hp.com>2014-07-16 00:20:41 +0100
commitf3685e67d19c0f963912c0fccb568f765b37f612 (patch)
treee2af9b0ff14fb133c422a97044bc8a27e72519c5 /doc/source
parent975bc5418d9d621939595651ddacc2f12a1c6ee5 (diff)
downloadpython-designateclient-f3685e67d19c0f963912c0fccb568f765b37f612.tar.gz
Added oslosphinx theme, and enabled the incubating option
Change-Id: I0bb22dc0a53a9db169a07e305cd4aeab317b2d7e
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 22c6cb8..b2e0d1f 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -25,7 +25,7 @@ import sys, os
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'oslosphinx']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -97,7 +97,7 @@ html_theme = 'default'
# 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 = {'incubating': True}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []