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
This commit is contained in:
Andreas Jaeger 2014-09-19 10:27:55 +02:00
parent e010a91975
commit 4a3615d8c5
2 changed files with 4 additions and 3 deletions

@ -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',

@ -1,5 +1,6 @@
hacking>=0.8.0,<0.9
discover
oslosphinx>=2.2.0
sphinx>=1.1.2,!=1.2.0,<1.3
testrepository>=0.0.18
testtools>=0.9.34