Merge "Added oslosphinx theme & enabled the incubating theme"

This commit is contained in:
Jenkins 2014-07-15 23:39:46 +00:00 committed by Gerrit Code Review
commit 2593949fed
2 changed files with 4 additions and 2 deletions

View File

@ -25,7 +25,7 @@ import sys, os
# 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.viewcode', 'sphinxcontrib.httpdomain']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinxcontrib.httpdomain', 'oslosphinx']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@ -97,7 +97,7 @@ html_theme = 'default'
# 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
# documentation.
#html_theme_options = {}
html_theme_options = {'incubating': True}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []

View File

@ -12,3 +12,5 @@ testtools>=0.9.34
testrepository>=0.0.18
testscenarios>=0.4
WebTest>=2.0
# Needed for the incubation theme on oslosphinx
http://tarballs.openstack.org/oslosphinx/oslosphinx-2.2.0.0a3.tar.gz#egg=oslosphinx-2.2.0.0a3