From e4a912b6776a33d3092d70155a8a2a4a09542d7e Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 28 Mar 2022 22:17:04 +0200 Subject: fix: dirty locale files management -> use gettext mainly get rid of sphinx intl and use genuine gettext utilities. - move back .pot file generation from sphinx to _build - copy .pot files from _build using xgettext (correct width and metadata) - enforce consitent width and metadata order with Weblate using msgmerge - Make now correctly tracks locales files dependencies - update README with new deps and descriptions - remove sphinx intl from deps and github action - Sphinx get basic metadata from ENVVARS set by Make --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f1ea954..b9cea54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - name: Build HTML uses: XanaduAI/sphinx-action@08cb9868314fb5be5f28644b540a38b8faaf8e87 with: - pre-build-command: pip install myst-parser sphinx-rtd-theme sphinx-intl + pre-build-command: pip install myst-parser sphinx-rtd-theme docs-folder: . - name: Install RSA key env: -- cgit v1.2.3