Skip to content
This repository was archived by the owner on Nov 8, 2020. It is now read-only.

Commit bca2272

Browse files
committed
test: Pin docutils because old Sphinx cannot work with docutils-0.16
1 parent 14ecc32 commit bca2272

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,19 @@ deps=
2929
deps=
3030
{[testenv]deps}
3131
Sphinx <= 1.0.9999
32+
docutils < 0.16
3233

3334
[testenv:sphinx11]
3435
deps=
3536
{[testenv]deps}
3637
Sphinx <= 1.1.9999
38+
docutils < 0.16
3739

3840
[testenv:sphinx12]
3941
deps=
4042
{[testenv]deps}
4143
Sphinx <= 1.2.9999
44+
docutils < 0.16
4245

4346
[testenv:sphinx13]
4447
deps=

0 commit comments

Comments
 (0)