8000 Bump sphinx to fix missing parenthesis when argument is a tuple. · python/docsbuild-scripts@7c4f146 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7c4f146

Browse files
committed
Bump sphinx to fix missing parenthesis when argument is a tuple.
See: python/cpython#93108
1 parent 40ce6d1 commit 7c4f146
8000

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_docs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def __gt__(self, other):
211211
"3.10",
212212
branch="origin/3.10",
213213
status="stable",
214-
sphinx_version="3.2.1",
214+
sphinx_version="3.4.3",
215215
),
216216
Version(
217217
"3.9",
@@ -959,6 +959,7 @@ def dev_symlink(www_root: Path, group):
959959
for language in LANGUAGES:
960960
symlink(www_root, language, current_dev, "dev", group)
961961

962+
962963
def proofread_canonicals(www_root: Path) -> None:
963964
"""In www_root we check that all canonical links point to existing contents.
964965

0 commit comments

Comments
 (0)
0