We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae90bff commit 0a6e2b2Copy full SHA for 0a6e2b2
1 file changed
manage_translation.py
@@ -89,6 +89,7 @@ def _clone_cpython_repo(version: str):
89
90
91
def _build_gettext():
92
+ _call("make -C cpython/Doc/ venv")
93
_call(
94
"make -C cpython/Doc/ ALLSPHINXOPTS='-E -b gettext -D gettext_compact=0 -d build/.doctrees . locales/pot' build"
95
)
0 commit comments