diff options
| author | Graham Hayes <graham.hayes@hp.com> | 2014-07-16 00:15:45 +0100 |
|---|---|---|
| committer | Graham Hayes <graham.hayes@hp.com> | 2014-07-16 00:20:41 +0100 |
| commit | f3685e67d19c0f963912c0fccb568f765b37f612 (patch) | |
| tree | e2af9b0ff14fb133c422a97044bc8a27e72519c5 /doc/source | |
| parent | 975bc5418d9d621939595651ddacc2f12a1c6ee5 (diff) | |
| download | python-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.py | 4 |
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 = [] |
