From cd7827ba0e3fb3dd2ff5fc77e0bc4c7ba81f4969 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Mon, 22 Oct 2018 22:43:32 -0500 Subject: [PATCH] [Doc] openstackdocstheme starlingxdocs theme Enable starlingxdocs theme support for: - Documentation Change-Id: I09add943c4cc91a69ab001fbf7708aa3186fc86b Signed-off-by: Dean Troyer --- doc/requirements.txt | 2 +- doc/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 79b7802..16b52e4 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 reno>=0.1.1 # Apache2 diff --git a/doc/source/conf.py b/doc/source/conf.py index 0971f04..9fe3759 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -80,7 +80,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