You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
451 B
27 lines
451 B
[build_sphinx] |
|
all_files = 1 |
|
build-dir = doc/build |
|
source-dir = doc/source |
|
|
|
[egg_info] |
|
tag_build = |
|
tag_date = 0 |
|
tag_svn_revision = 0 |
|
|
|
[compile_catalog] |
|
directory = heat/locale |
|
domain = heat |
|
|
|
[update_catalog] |
|
domain = heat |
|
output_dir = heat/locale |
|
input_file = heat/locale/heat.pot |
|
|
|
[extract_messages] |
|
keywords = _ gettext ngettext l_ lazy_gettext |
|
mapping_file = babel.cfg |
|
output_file = heat/locale/heat.pot |
|
|
|
[nosetests] |
|
verbosity=2 |
|
detailed-errors=1
|
|
|