8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b130d2 commit 30b9803Copy full SHA for 30b9803
build_docs.py
@@ -196,12 +196,19 @@ def __gt__(self, other):
196
# Please keep the list in reverse-order for ease of editing.
197
VERSIONS = [
198
Version(
199
- "3.11",
+ "3.12",
200
branch="origin/main",
201
status="in development",
202
sphinx_version="4.5.0",
203
sphinxopts=["-j4"],
204
),
205
+ Version(
206
+ "3.11",
207
+ branch="origin/3.11",
208
+ status="pre-release",
209
+ sphinx_version="4.5.0",
210
+ sphinxopts=["-j4"],
211
+ ),
212
213
"3.10",
214
branch="origin/3.10",
0 commit comments