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 723250a commit 8f0f04fCopy full SHA for 8f0f04f
1 file changed
noxfile.py
@@ -269,6 +269,7 @@ def update_release_languages(session):
269
if RELEASE_LANGUAGES:
270
session.install("-e", ".")
271
session.install("sphinx-intl")
272
+ _clean_translation_templates(session)
273
session.log("Updating templates (.pot)")
274
session.run(
275
SPHINX_BUILD,
@@ -298,6 +299,7 @@ def update_language(session):
298
299
if lang in LANGUAGES:
300
301
302
303
304
305
0 commit comments