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:
parent
318e0f5c73
commit
30fe497de4
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user