Switch to openstackdocstheme

As part of the docs migration work for Pike we need to switch to use the
openstackdocstheme.

Change-Id: Ibefe3438259d4d7dc30760779a3c24e40a2413ec
This commit is contained in:
Emilien Macchi 2017-06-23 14:01:52 -04:00
parent f7dbb7fac0
commit bbeaeb461a
2 changed files with 8 additions and 1 deletions

View File

@ -10,7 +10,7 @@
# serve to show the default.
import sys, os
import sphinx_rtd_theme
import openstackdocstheme
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@ -99,6 +99,12 @@ templates_path = ['../../_templates']
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'openstackdocs'
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [openstackdocstheme.get_html_theme_path()]
# -- Options for LaTeX output --------------------------------------------------

View File

@ -1,3 +1,4 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
openstackdocstheme>=1.5.0 # Apache-2.0