Fix doc theme

Fix doc build failures due to newer oslosphinx.

Change-Id: I010990ebc067d8863951d66fedcdeeab9b07b871
Signed-off-by: Charles Short <chucks@redhat.com>
This commit is contained in:
Charles Short 2019-03-29 14:28:24 -04:00
parent 318e0f5c73
commit 30fe497de4
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ extensions = []
on_rtd = os.environ.get('READTHEDOCS') == 'True' on_rtd = os.environ.get('READTHEDOCS') == 'True'
if not on_rtd: if not on_rtd:
extensions.append("oslosphinx") extensions.append("openstackdocstheme")
# autodoc generation is a bit aggressive and a nuisance when doing heavy # autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles. # text edit cycles.

View File

@ -12,8 +12,8 @@ python-subunit>=0.0.18
readme_renderer[md] readme_renderer[md]
sphinx>=1.3,!=1.6.1 sphinx>=1.3,!=1.6.1
oslosphinx>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0
openstackdocstheme>=1.19.0 # Apache-2.0
sphinx_rtd_theme sphinx_rtd_theme
testrepository>=0.0.18 testrepository>=0.0.18
testscenarios>=0.4 testscenarios>=0.4