Skip to content

Commit a0b22a2

Browse files
authored
Update Sphinx version for main branch (3.11) (#123)
It has been updated in Docs/requirements.txt of CPython at 31 of October 2021. python/cpython@14a4fce
1 parent 70beb29 commit a0b22a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def current_dev(versions):
138138
Version("3.9", "3.9", "stable", sphinx_version="2.4.4"),
139139
Version("3.10", "3.10", "stable", sphinx_version="3.2.1", sphinxopts=["-j4"]),
140140
Version(
141-
"3.11", "main", "in development", sphinx_version="3.2.1", sphinxopts=["-j4"]
141+
"3.11", "main", "in development", sphinx_version="4.2.0", sphinxopts=["-j4"]
142142
),
143143
]
144144

0 commit comments

Comments
 (0)