From 30fe497de4fd1bbe86c917a9d57e9fda99d13013 Mon Sep 17 00:00:00 2001 From: Charles Short Date: Fri, 29 Mar 2019 14:28:24 -0400 Subject: [PATCH] Fix doc theme Fix doc build failures due to newer oslosphinx. Change-Id: I010990ebc067d8863951d66fedcdeeab9b07b871 Signed-off-by: Charles Short --- doc/source/conf.py | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 8c2ea0378..6e9b06b6b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -25,7 +25,7 @@ extensions = [] on_rtd = os.environ.get('READTHEDOCS') == 'True' if not on_rtd: - extensions.append("oslosphinx") + extensions.append("openstackdocstheme") # autodoc generation is a bit aggressive and a nuisance when doing heavy # text edit cycles. diff --git a/test-requirements.txt b/test-requirements.txt index 6578a717c..4e69d738d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,8 +12,8 @@ python-subunit>=0.0.18 readme_renderer[md] sphinx>=1.3,!=1.6.1 -oslosphinx>=2.5.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 +openstackdocstheme>=1.19.0 # Apache-2.0 sphinx_rtd_theme testrepository>=0.0.18 testscenarios>=0.4