summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2014-09-19 10:27:55 +0200
committerAndreas Jaeger <aj@suse.de>2014-09-19 11:53:35 +0200
commit4a3615d8c51cd508e873ee94155da613f900678e (patch)
tree5187851a98d4b07be738c37c63aadb50a4b7f716 /doc
parente010a919750f07493afd42a4db867853b925bcbf (diff)
downloadpython-troveclient-4a3615d8c51cd508e873ee94155da613f900678e.tar.gz
Use OpenStack branding for trove client
Add oslosphinx to get OpenStack branding. Remove html_static_path since it's unused and issues a warning. Update copyright year. Change-Id: I0bdcab8ebc5a201a3f91b4a6c4724536d1157901
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 3647e09..6c9148e 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -21,7 +21,8 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
- 'sphinx.ext.coverage'
+ 'sphinx.ext.coverage',
+ 'oslosphinx'
]
templates_path = ['_templates']
@@ -31,14 +32,13 @@ source_suffix = '.rst'
master_doc = 'index'
project = u'python-troveclient'
-copyright = u'2012, OpenStack Foundation'
+copyright = u'2014, OpenStack Foundation'
exclude_trees = []
pygments_style = 'sphinx'
html_theme = 'default'
-html_static_path = ['_static']
htmlhelp_basename = 'python-troveclientdoc'
latex_documents = [
('index', 'python-troveclient.tex', u'python-troveclient Documentation',