Skip to content

Commit

Permalink
Update theme for docs
Browse files Browse the repository at this point in the history
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: I2c66f60f6cfdd7b7b50a457c931f11851f668fa6
  • Loading branch information
Steve Martinelli committed Jul 25, 2014
1 parent fd15949 commit 6b836ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Empty file removed doc/source/_static/.empty
Empty file.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# 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.doctest', 'sphinx.ext.todo',
'sphinx.ext.coverage']
'sphinx.ext.coverage', 'oslosphinx']

autoclass_content = 'both'
autodoc_default_flags = ['members', 'undoc-members', 'show-inheritance']
Expand Down Expand Up @@ -104,7 +104,7 @@

# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
html_theme = 'default'
#html_theme = 'nature'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ hacking>=0.8.0,<0.9
coverage>=3.6
discover
mock>=1.0
oslosphinx
python-keystoneclient>=0.7.0
sphinx>=1.1.2,<1.2
testrepository>=0.0.18
Expand Down

0 comments on commit 6b836ac

Please sign in to comment.