8000 Add 3.11 (#107) · python/docsbuild-scripts@1be7088 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1be7088

Browse files
Add 3.11 (#107)
* Hello 3.10 and welcome 3.11! * bump README version
1 parent 6a8c80a commit 1be7088

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ of Sphinx we're using where::
3232
3.7 sphinx==1.8.2 sphinx==1.8.2 ø needs_sphinx="1.6.6" Sphinx==2.3.1 Sphinx==2.3.1
3333
3.8 sphinx==1.8.2 sphinx==1.8.2 ø needs_sphinx='1.8' Sphinx==2.3.1 Sphinx==2.3.1
3434
3.9 sphinx==2.2.0 sphinx==2.2.0 sphinx==2.2.0 needs_sphinx='1.8' Sphinx==2.3.1 Sphinx==2.3.1
35+
3.10 sphinx==2.2.0 sphinx==2.2.0 sphinx==2.2.0 needs_sphinx='1.8' Sphinx==2.3.1 Sphinx==2.3.1
3536
main sphinx==2.2.0 sphinx==2.2.0 sphinx==2.2.0 needs_sphinx='1.8' Sphinx==2.3.1 Sphinx==2.3.1
3637
======== ============= ============= ================== ==================== ============= ===============
3738

@@ -47,4 +48,5 @@ of Sphinx we're using where::
4748
3.8 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.9 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
4950
3.10 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
51+
3.11 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
5052
======== ======= ===== ======= ===== ===== ===== ======= ===== =====

build_docs.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@ def title(self):
111111
Version("3.8", "3.8", "security-fixes", sphinx_version="2.4.4"),
112112
Version("3.9", "3.9", "stable", sphinx_version="2.4.4"),
113113
Version(
114-
"3.10", "main", "in development", sphinx_version="3.2.1", sphinxopts=["-j4"]
114+
"3.10", "3.10", "pre-release", sphinx_version="3.2.1", sphinxopts=["-j4"]
115+
),
116+
Version(
117+
"3.11", "main", "in development", sphinx_version="3.2.1", sphinxopts=["-j4"]
115118
),
116119
]
117120

0 commit comments

Comments
 (0)
0