diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-07-18 21:38:55 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-07-18 21:38:55 +0000 |
| commit | 555ba5ed690027088358288c9b0252d5a58bdc0d (patch) | |
| tree | ce4ccb89d4952b61d45b5cd02ab812e043956cad /doc/source/conf.py | |
| parent | 5391033cb087d55e82ddb26893bef14f9b3d890c (diff) | |
| parent | b9a20edf926887827310d1e69b103bac92e2d4a5 (diff) | |
| download | python-troveclient-2.11.0.tar.gz | |
Merge "Update the trove docs to follow the docs theme"2.11.0
Diffstat (limited to 'doc/source/conf.py')
| -rw-r--r-- | doc/source/conf.py | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 09867dc..0f7099a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -31,9 +31,16 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.coverage', - 'oslosphinx' + 'openstackdocstheme', ] +# openstackdocstheme options +repository_name = 'openstack/python-troveclient' +bug_project = 'python-troveclient' +bug_tag = '' +html_last_updated_fmt = '%Y-%m-%d %H:%M' +html_theme = 'openstackdocs' + templates_path = ['_templates'] source_suffix = '.rst' @@ -47,7 +54,6 @@ exclude_trees = [] pygments_style = 'sphinx' -html_theme = 'default' htmlhelp_basename = 'python-troveclientdoc' latex_documents = [ ('index', 'python-troveclient.tex', u'python-troveclient Documentation', |
