Sync Sphinx and Weblate templates with current docs

This commit is contained in:
Rémi Verschelde
2021-12-21 17:16:54 +01:00
parent 5ca3ad9cd6
commit 6e42d7fe40
366 changed files with 3023 additions and 1278 deletions

View File

@@ -90,6 +90,8 @@ if [ "$update_sphinx_pot" = true ]; then
echo "=== Updating Sphinx templates from source rst files ==="
rm -rf $SPHINX_TEMPLATES_DIR
make -C $SOURCE_DIR gettext
# We don't translate the class reference this way.
rm -rf $SPHINX_TEMPLATES_DIR/classes
SPHINX_TEMPLATES=$(find $SPHINX_TEMPLATES_DIR -type f -name "*.pot")
fi