mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
23 lines
563 B
INI
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/
|