From d220b08b34d45921f4a846f74b76dbc8a35b21aa Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Fri, 19 Oct 2018 06:30:45 -0500 Subject: [PATCH] Switch to new starlingxdocs theme Change-Id: Id6bb154b509a5cb822cd1f32167f48ba7876645a Signed-off-by: Dean Troyer --- api-ref/source/conf.py | 2 +- doc/requirements.txt | 2 +- doc/setup.cfg | 1 - doc/source/conf.py | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 563f0d2f2..7a5e250a7 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -20,7 +20,7 @@ extensions = [ 'os_api_ref', ] -html_theme = 'openstackdocs' +html_theme = 'starlingxdocs' html_theme_options = { "sidebar_dropdown": "api_ref", diff --git a/doc/requirements.txt b/doc/requirements.txt index f27b52d00..fbb0f2689 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ openstack-doc-tools>=1.6.0 sphinx>=1.6.2 -openstackdocstheme>=1.19.0 # Apache-2.0 +openstackdocstheme>=1.26.0 # Apache-2.0 # API Reference Guide os-api-ref>=1.4.0 # Apache-2.0 diff --git a/doc/setup.cfg b/doc/setup.cfg index d40424fbd..1c10d6514 100644 --- a/doc/setup.cfg +++ b/doc/setup.cfg @@ -7,7 +7,6 @@ home-page = https://starlingx.io classifier = Environment :: OpenStack Intended Audience :: Information Technology -Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Topic :: Documentation diff --git a/doc/source/conf.py b/doc/source/conf.py index 0b542c520..887b41cc6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -88,7 +88,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