Skip to content

Commit dc35d4f

Browse files
authored
move 3.9 from stable to security-fixes avoiding daily rebuilds (#135)
1 parent 2d1c637 commit dc35d4f

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ of Sphinx we're using where:
2929
2.7 sphinx~=2.0.1 ø ø needs_sphinx='1.2' ø ø
3030
3.5 sphinx==1.8.2 ø ø needs_sphinx='1.8' ø ø
3131
3.6 sphinx==1.8.2 sphinx==1.8.2 ø needs_sphinx='1.2' Sphinx==2.3.1 ø
32-
3.7 sphinx==1.8.2 sphinx==1.8.2 ø needs_sphinx="1.6.6" Sphinx==2.3.1 Sphinx==2.3.1
32+
3.7 sphinx==1.8.2 sphinx==1.8.2 sphinx==2.3.1 needs_sphinx="1.6.6" ø Sphinx==2.3.1
3333
3.8 ø ø sphinx==2.4.4 needs_sphinx='1.8' ø ø
3434
3.9 ø ø sphinx==2.4.4 needs_sphinx='1.8' ø ø
35-
3.1 ø ø sphinx==3.2.1 needs_sphinx='1.8' ø ø
36-
3.11 ø ø sphinx==4.5.0 needs_sphinx='1.8' ø ø
35+
3.10 ø ø sphinx==3.4.3 needs_sphinx='3.2' ø ø
36+
3.11 ø ø sphinx==4.5.0 needs_sphinx='3.2' ø ø
37+
3.12 ø ø sphinx==4.5.0 needs_sphinx='3.2' ø ø
3738
======== ============= ============= ================== ==================== ============= ===============
3839

3940
Sphinx build as seen on docs.python.org:
@@ -47,8 +48,9 @@ of Sphinx we're using where:
4748
3.7 2.3.1 2.3.1 2.3.1 2.3.1 2.3.1 2.3.1 2.3.1 2.3.1 2.3.1 2.3.1
4849
3.8 2.4.4 2.4.4 2.4.4 2.4.4 2.4.4 2.4.4 2.4.4 2.4.4 2.4.4 2.4.4
4950
3.9 2.4.4 2.4.4 2.4.4 2.4.4 2.4.4 2.4.4 2.4.4 2.4.4 2.4.4 2.4.4
50-
3.10 3.2.1 3.2.1 3.2.1 3.2.1 3.2.1 3.2.1 3.2.1 3.2.1 3.2.1 3.2.1
51-
3.11 4.2.0 4.2.0 4.2.0 4.2.0 4.2.0 4.2.0 4.2.0 4.2.0 4.2.0 4.2.0
51+
3.10 3.4.3 3.4.3 3.4.3 3.4.3 3.4.3 3.4.3 3.4.3 3.4.3 3.4.3 3.4.3
52+
3.11 4.5.0 4.5.0 4.5.0 4.5.0 4.5.0 4.5.0 4.5.0 4.5.0 4.5.0 4.5.0
53+
3.12 4.5.0 4.5.0 4.5.0 4.5.0 4.5.0 4.5.0 4.5.0 4.5.0 4.5.0 4.5.0
5254
======== ===== ===== ===== ===== ===== ===== ===== ======= ======= =======
5355

5456

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def __gt__(self, other):
217217
Version(
218218
"3.9",
219219
branch="origin/3.9",
220-
status="stable",
220+
status="security-fixes",
221221
sphinx_version="2.4.4",
222222
),
223223
Version(

0 commit comments

Comments
 (0)