Skip to content

Commit fd1e07d

Browse files
committed
Remove irrelevant Travis CI column
1 parent 416fe9f commit fd1e07d

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@ check_versions("../cpython/")
2828
]]] -->
2929
Sphinx configuration in various branches:
3030

31-
| version | travis | requirements.txt | conf.py |
32-
|-----------|----------|--------------------|----------------------|
33-
| 2.6 | ø | ø | ø |
34-
| 2.7 | ø | ø | ø |
35-
| 3.0 | ø | ø | ø |
36-
| 3.1 | ø | ø | ø |
37-
| 3.2 | ø | ø | ø |
38-
| 3.3 | ø | ø | ø |
39-
| 3.4 | ø | ø | needs_sphinx='1.2' |
40-
| 3.5 | ø | ø | ø |
41-
| 3.6 | ø | ø | ø |
42-
| 3.7 | ø | ø | ø |
43-
| 3.8 | ø | ø | ø |
44-
| 3.9 | ø | sphinx==2.4.4 | needs_sphinx='1.8' |
45-
| 3.10 | ø | sphinx==3.4.3 | needs_sphinx='3.2' |
46-
| 3.11 | ø | sphinx~=7.2.0 | needs_sphinx='4.2' |
47-
| 3.12 | ø | sphinx~=8.2.0 | needs_sphinx='8.2.0' |
48-
| 3.13 | ø | sphinx~=8.2.0 | needs_sphinx='8.2.0' |
49-
| 3.14 | ø | sphinx~=8.2.0 | needs_sphinx='8.2.0' |
50-
| 3.15 | ø | sphinx~=8.2.0 | needs_sphinx='8.2.0' |
31+
| version | requirements.txt | conf.py |
32+
|-----------|--------------------|----------------------|
33+
| 2.6 | ø | ø |
34+
| 2.7 | ø | ø |
35+
| 3.0 | ø | ø |
36+
| 3.1 | ø | ø |
37+
| 3.2 | ø | ø |
38+
| 3.3 | ø | ø |
39+
| 3.4 | ø | needs_sphinx='1.2' |
40+
| 3.5 | ø | ø |
41+
| 3.6 | ø | ø |
42+
| 3.7 | ø | ø |
43+
| 3.8 | ø | ø |
44+
| 3.9 | sphinx==2.4.4 | needs_sphinx='1.8' |
45+
| 3.10 | sphinx==3.4.3 | needs_sphinx='3.2' |
46+
| 3.11 | sphinx~=7.2.0 | needs_sphinx='4.2' |
47+
| 3.12 | sphinx~=8.2.0 | needs_sphinx='8.2.0' |
48+
| 3.13 | sphinx~=8.2.0 | needs_sphinx='8.2.0' |
49+
| 3.14 | sphinx~=8.2.0 | needs_sphinx='8.2.0' |
50+
| 3.15 | sphinx~=8.2.0 | needs_sphinx='8.2.0' |
5151

5252
Sphinx build as seen on docs.python.org:
5353

check_versions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def find_sphinx_in_files(repo: git.Repo, branch_or_tag, filenames):
6262

6363

6464
CONF_FILES = {
65-
"travis": ".travis.yml",
6665
"requirements.txt": "Doc/requirements.txt",
6766
"conf.py": "Doc/conf.py",
6867
}

0 commit comments

Comments
 (0)