From e363a3e1c977a78283e0813bad6da13815687732 Mon Sep 17 00:00:00 2001 From: Abraham Arce Date: Thu, 18 Oct 2018 07:11:56 -0500 Subject: [PATCH] [Doc] openstackdocstheme starlingxdocs theme Enable starlingxdocs theme support for: - Documentation - Release Notes Change-Id: Ia425328931741459ad76023d89a042576440f1e4 Signed-off-by: Abraham Arce --- doc/requirements.txt | 2 +- doc/source/conf.py | 2 +- releasenotes/source/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index a02a541e..3a7529d3 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ sphinx>=1.6.2 -openstackdocstheme>=1.19.0 # Apache-2.0 +openstackdocstheme>=1.26.0 # Apache-2.0 # Release Notes documentation reno>=0.1.1 # Apache2 diff --git a/doc/source/conf.py b/doc/source/conf.py index d62be557..ec96beb5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -82,7 +82,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 = 'alabaster' +html_theme = 'starlingxdocs' # 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 diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 9c7aef02..4be4c2f5 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -93,7 +93,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 = 'alabaster' +html_theme = 'starlingxdocs' # 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