From 63df8f5a4e2e6838958651ef9077d982d64a3792 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 25 Oct 2018 12:11:12 -0500 Subject: [PATCH] Change docs theme to starlingxdocs Enable starlingxdocs theme support Change-Id: I81aa6b78000f622f7cfdf51d1e8c6b80c8daf5a1 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 0d2c6fb..cbc1975 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ openstack-doc-tools>=1.6.0 -openstackdocstheme>=1.19.0 # Apache-2.0 +openstackdocstheme>=1.26.0 # Apache-2.0 sphinx>=1.6.2 diff --git a/doc/source/conf.py b/doc/source/conf.py index a4a53ec..94205c5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -81,7 +81,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