Skip to content

Commit ba88685

Browse files
committed
Update syntax for Sphinx versions
1 parent 5bc3cf7 commit ba88685

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tox.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[tox]
22
envlist =
33
docs
4-
py{36,37,38}-sphinx{185,201,210,220,231,244}
4+
py{36,37,38}-sphinx{18,20,21,22,23,24}
55

66
[testenv]
77
deps =
88
pytest
99
pdbpp
1010
.
11-
sphinx185: sphinx==1.8.5
12-
sphinx201: sphinx==2.0.1
13-
sphinx210: sphinx==2.1.0
14-
sphinx220: sphinx==2.2.0
15-
sphinx231: sphinx==2.3.1
16-
sphinx244: sphinx==2.4.4
11+
sphinx18: sphinx~=1.8.0
12+
sphinx20: sphinx~=2.0.0
13+
sphinx21: sphinx~=2.1.0
14+
sphinx22: sphinx~=2.2.0
15+
sphinx23: sphinx~=2.3.0
16+
sphinx24: sphinx~=2.4.0
1717
commands = pytest {posargs}
1818

1919
[testenv:py38-sphinx244]

0 commit comments

Comments
 (0)