summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 23986bcff180a874d400620ee76cfb8b7f49def5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[egg_info]
tag_build = dev
tag_date = true

[aliases]
release = egg_info -RDb ''

[extract_messages]
mapping_file = babel.cfg
output_file = sphinx/locale/sphinx.pot

[update_catalog]
input_file = sphinx/locale/sphinx.pot
domain = sphinx
output_dir = sphinx/locale/

[compile_catalog]
domain = sphinx
directory = sphinx/locale/