Skip to content

Commit 09d04df

Browse files
authored
[3.12] Create virtual environment for gettext build when updating tx config (#126)
Sphinx 9 is not compatible with CPython 3.12 branch docs, we should utilize version of Sphinx pinned along Python version docs.
1 parent f964442 commit 09d04df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manage_translation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def _clone_cpython_repo(version: str):
9090

9191

9292
def _build_gettext():
93+
_call("make -C cpython/Doc/ venv")
9394
_call("make -C cpython/Doc/ gettext")
9495

9596

0 commit comments

Comments
 (0)