summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-07-24 18:09:58 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-07-24 21:24:28 -0400
commit884ad37d8a2556e8e16177b31228e6f31c1b1b77 (patch)
treec86816872aed950e79059c0f0b62221e32382b15 /doc
parente78762152c26e9b010b56aaa66b85aa59b8cd07e (diff)
downloadpython-heatclient-884ad37d8a2556e8e16177b31228e6f31c1b1b77.tar.gz
Update theme for docs
The current developer docs theme used is out of sync with the other openstack projects. This patch will update the docs to provide a more consistent look and feel when using developer docs Change-Id: I97817b8c6d8bef71c4f237be864d1e79dc09098c
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 54f8a9a..b691274 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -36,7 +36,7 @@ exec(open(os.path.join("ext", "gen_ref.py")).read())
# 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.intersphinx']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'oslosphinx']
# Add any paths that contain templates here, relative to this directory.
if os.getenv('HUDSON_PUBLISH_DOCS'):