Skip to content

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

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)