Skip to content

Commit 0a6e2b2

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

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
@@ -89,6 +89,7 @@ def _clone_cpython_repo(version: str):
8989

9090

9191
def _build_gettext():
92+
_call("make -C cpython/Doc/ venv")
9293
_call(
9394
"make -C cpython/Doc/ ALLSPHINXOPTS='-E -b gettext -D gettext_compact=0 -d build/.doctrees . locales/pot' build"
9495
)

0 commit comments

Comments
 (0)