diff options
author | Sergey Lukjanov <slukjanov@mirantis.com> | 2014-03-26 15:22:14 +0400 |
---|---|---|
committer | Sergey Lukjanov <slukjanov@mirantis.com> | 2014-03-27 11:40:14 +0400 |
commit | 1ef1c90f3298df9ea505f97da8d7ddffff5f66b7 (patch) | |
tree | fd2df9cb51e2ab56112897c06d5c37f9238279b2 /doc/source/conf.py | |
parent | fadfa2fd801045fc3ebd1a6cc3a1a4325b3c4657 (diff) | |
download | ironic-1ef1c90f3298df9ea505f97da8d7ddffff5f66b7.tar.gz |
Start using oslosphinx theme for docs
Use the new oslosphinx version of the OpenStack doc theme instead of
maintaining a copy of it in the Ironic repository.
Change-Id: I1d949d1e2734b10e38dea0067db9f3cfd7109c11
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 0b1f38820..614e286d3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -11,6 +11,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinxcontrib.httpdomain', 'sphinxcontrib.pecanwsme.rest', 'wsmeext.sphinxext', + 'oslosphinx', ] wsme_protocols = ['restjson', 'restxml'] @@ -60,9 +61,9 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. -html_theme_path = ["."] -html_theme = '_theme' -html_static_path = ['_static'] +#html_theme_path = ["."] +#html_theme = '_theme' +#html_static_path = ['_static'] # Output file base name for HTML help builder. htmlhelp_basename = '%sdoc' % project |