diff options
author | ZhongShengping <chdzsp@163.com> | 2017-06-26 10:12:30 +0800 |
---|---|---|
committer | ZhongShengping <chdzsp@163.com> | 2017-06-26 10:12:30 +0800 |
commit | 0aad4142bea287265c22ea252c4adeff5ff69721 (patch) | |
tree | 51a9f38aec852b197e6de7a2b14627d85ba41050 /releasenotes/source | |
parent | 2625756ce612a3824f53d3a7b5066d108d2f3c47 (diff) |
Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use the
openstackdocstheme.
[0]https://review.openstack.org/#/c/472275/
Change-Id: Ic82c4a2ec9fe26c8621ab2c7c9598b1582f73156
Diffstat (limited to 'releasenotes/source')
-rw-r--r-- | releasenotes/source/conf.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 4661b77..2597547 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -20,6 +20,8 @@ # -- General configuration ------------------------------------------------ +import openstackdocstheme + # If your documentation needs a minimal Sphinx version, state it here. #needs_sphinx = '1.0' @@ -27,7 +29,6 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'oslosphinx', 'reno.sphinxext', ] @@ -99,7 +100,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = 'openstackdocs' # 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 @@ -107,7 +108,7 @@ html_theme = 'default' #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] +html_theme_path = [openstackdocstheme.get_html_theme_path()] # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". |