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 957460b commit 7ab8ec2Copy full SHA for 7ab8ec2
noxfile.py
@@ -267,6 +267,7 @@ def build_release_languages(session):
267
"""
268
Build the translations of the guide for the languages in RELEASE_LANGUAGES.
269
270
+ sphinx_env = _sphinx_env(session)
271
if not RELEASE_LANGUAGES:
272
session.warn("No release languages defined in RELEASE_LANGUAGES")
273
return
0 commit comments