diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index ea0873a717..84cf9db4d6 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -29,7 +29,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 443a2eeda6..831b7b8adf 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -openstackdocstheme>=1.19.0 # Apache-2.0 +openstackdocstheme>=1.26.0 # Apache-2.0 os-api-ref>=1.4.0 # Apache-2.0 reno>=0.1.1 # Apache2 sphinx>=1.6.2 diff --git a/doc/source/conf.py b/doc/source/conf.py index 768378b8a2..2efaeefba1 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 diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 082aa0cdf1..c2bf21cca2 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -103,7 +103,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