Skip to content

Commit 7e7fd1e

Browse files
authored
Update noxfile.py
1 parent 14e95a5 commit 7e7fd1e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def docs(session):
6464
session.run(SPHINX_BUILD, *BUILD_PARAMETERS, SOURCE_DIR, OUTPUT_DIR, *session.posargs)
6565
# When building the guide, also build the translations in RELEASE_LANGUAGES
6666
session.notify("build-release-languages", session.posargs)
67-
session.notify("build-translations", [sphinx_env])
6867

6968

7069
@nox.session(name="docs-test")
@@ -80,7 +79,6 @@ def docs_test(session):
8079
# When building the guide with additional parameters, also build the translations in RELEASE_LANGUAGES
8180
# with those same parameters.
8281
session.notify("build-release-languages", [*TEST_PARAMETERS, *session.posargs])
83-
session.notify("build-translations", ['production', *TEST_PARAMETERS])
8482

8583
def _autobuild_cmd(posargs: list[str], output_dir = OUTPUT_DIR) -> list[str]:
8684
cmd = [SPHINX_AUTO_BUILD, *BUILD_PARAMETERS, str(SOURCE_DIR), str(output_dir), *posargs]
@@ -321,7 +319,6 @@ def build_all_languages_test(session):
321319
in the same way docs-test does for the English version.
322320
"""
323321
session.notify("build-all-languages", [*TEST_PARAMETERS])
324-
session.notify("build-translations", [*TEST_PARAMETERS])
325322

326323

327324
def _sphinx_env(session) -> str:

0 commit comments

Comments
 (0)