Migrate to new OpenStack Docs theme

Change-Id: Ied28638ef84f1ba11f9b7c888820e750877f8eac
This commit is contained in:
Ilya Shakhat 2017-07-12 10:28:15 +02:00
parent 18f7b6e7f7
commit d84e6f3426
3 changed files with 7 additions and 4 deletions

View File

@ -32,7 +32,7 @@ extensions = [
'rst2pdf.pdfbuilder', 'rst2pdf.pdfbuilder',
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphinxcontrib.httpdomain', 'sphinxcontrib.httpdomain',
'oslosphinx', 'openstackdocstheme',
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
@ -107,6 +107,8 @@ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
html_theme = 'openstackdocs'
# Theme options are theme-specific and customize the look and feel of a theme # 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 # further. For a list of options available for each theme, see the
# documentation. # documentation.

View File

@ -21,7 +21,7 @@ Contents
introduction.rst introduction.rst
summits_recaps/index summits_recaps/index
methodologies/index methodologies/index
labs/index.rst labs/index
test_plans/index test_plans/index
test_results/index test_results/index
issues/index issues/index

View File

@ -1,6 +1,7 @@
oslosphinx>=2.5.0 # Apache-2.0 openstackdocstheme>=1.11.0 # Apache-2.0
sphinx>=1.6.2 # BSD
rst2pdf rst2pdf
six>=1.9.0 six>=1.9.0
sphinx>=1.5.1 # BSD -- to avoid https://sourceforge.net/p/docutils/bugs/301/
sphinxcontrib-httpdomain sphinxcontrib-httpdomain
sphinx_rtd_theme sphinx_rtd_theme