Avoid Sphinx 1.3x in the tests
Sphinx 1.3b at least changes the cli, leading to a test fail. Change-Id: I841c11ff28294fdcb6a238fe100ba3b68aa4cf1c
This commit is contained in:
parent
6cb0180fb5
commit
c8337025e9
@ -12,7 +12,7 @@ basedeps=
|
|||||||
transaction
|
transaction
|
||||||
pecan
|
pecan
|
||||||
cloud_sptheme
|
cloud_sptheme
|
||||||
Sphinx
|
Sphinx < 1.2.99
|
||||||
Flask
|
Flask
|
||||||
|
|
||||||
[axes]
|
[axes]
|
||||||
@ -204,7 +204,7 @@ commands=
|
|||||||
[testenv:doc]
|
[testenv:doc]
|
||||||
deps=
|
deps=
|
||||||
cloud_sptheme
|
cloud_sptheme
|
||||||
Sphinx
|
Sphinx < 1.2.99
|
||||||
|
|
||||||
changedir=
|
changedir=
|
||||||
doc
|
doc
|
||||||
|
4
tox.ini
4
tox.ini
@ -11,7 +11,7 @@ basedeps =
|
|||||||
transaction
|
transaction
|
||||||
pecan
|
pecan
|
||||||
cloud_sptheme
|
cloud_sptheme
|
||||||
Sphinx
|
Sphinx < 1.2.99
|
||||||
Flask
|
Flask
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
@ -121,7 +121,7 @@ commands =
|
|||||||
[testenv:doc]
|
[testenv:doc]
|
||||||
deps =
|
deps =
|
||||||
cloud_sptheme
|
cloud_sptheme
|
||||||
Sphinx
|
Sphinx < 1.2.99
|
||||||
changedir =
|
changedir =
|
||||||
doc
|
doc
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user