sphinx-doc / sphinx-intl

A Sphinx utility that make it easy to translate and to apply translations.
https://sphinx-intl.readthedocs.io/
BSD 2-Clause "Simplified" License
74 stars 38 forks source link

Feature request: update-txconfig-resources basing on the Sphinx sources #89

Open m-aciek opened 1 year ago

m-aciek commented 1 year ago

Currently update-txconfig-resources requires a tree structure of POT files as the command argument. That requires building the Sphinx documentation with gettext builder, which takes time.

It would be cool to make the process more lightweight and be able to update tx config without the need of making a full build of the documentation.