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] Add --quiet option #105

Open rffontenelle opened 3 weeks ago

rffontenelle commented 3 weeks ago

Would be nice to have an option for silencing normal output messages (not errors and warnings) whenever desired. For instance, when updating PO based on new POT, it outputs one line per updated file, which may result in a very noise output for great number of files. Taking Sphinx as an example, -q / --quiet would be great options.