Files
sphinx_rtd_theme/setup.cfg
2018-04-17 18:05:34 -04:00

23 lines
563 B
INI

[bdist_wheel]
universal = 1
# Babel configurations for setup.py scripts
# http://babel.pocoo.org/en/latest/setup.html
[extract_messages]
mapping_file = babel.cfg
output_file = sphinx_rtd_theme/locale/sphinx.pot
keywords = _ l_ lazy_gettext
[init_catalog]
input_file = sphinx_rtd_theme/locale/sphinx.pot
output_file = sphinx_rtd_theme/locale/$LANG/LC_MESSAGES/sphinx.po
[update_catalog]
domain = sphinx
input_file = sphinx_rtd_theme/locale/sphinx.pot
output_dir = sphinx_rtd_theme/locale/
[compile_catalog]
domain = sphinx
directory = sphinx_rtd_theme/locale/