Skip to content

Commit c6e005e

Browse files
committed
Drop older versions of sphinx (for the moment maybe?)
1 parent d356538 commit c6e005e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tox.ini

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
{py39,py310,py311,py312,py313,pypy3}-sphinx{201,212,222,231,244,300,321,latest}
3+
{py39,py310,py311,py312,py313,pypy3}-sphinx{321,400}
44

55
[testenv]
66
minversion = 3.15.0
@@ -15,14 +15,8 @@ deps =
1515
setuptools
1616
build
1717
sphinx-rtd-theme==0.1.6
18-
sphinx185: sphinx==1.8.5
19-
sphinx201: sphinx==2.0.1
20-
sphinx212: sphinx==2.1.2
21-
sphinx222: sphinx==2.2.2
22-
sphinx231: sphinx==2.3.1
23-
sphinx244: sphinx==2.4.4
24-
sphinx300: sphinx==3.0.0
2518
sphinx321: sphinx==3.2.1
19+
sphinx400: sphinx==4.0.0
2620
sphinxlatest: sphinx
2721
wheel
2822

0 commit comments

Comments
 (0)