2008-03-18 19:37:05 +00:00
|
|
|
[egg_info]
|
2015-03-14 16:46:24 +09:00
|
|
|
tag_build = .dev
|
2008-03-18 19:37:05 +00:00
|
|
|
tag_date = true
|
|
|
|
|
|
|
|
|
|
[aliases]
|
2017-04-02 18:58:22 +09:00
|
|
|
release = egg_info -Db ''
|
2013-02-05 09:19:52 +01:00
|
|
|
upload = upload --sign --identity=36580288
|
2008-03-18 19:37:05 +00:00
|
|
|
|
2008-08-08 10:54:00 +00:00
|
|
|
[extract_messages]
|
|
|
|
|
mapping_file = babel.cfg
|
|
|
|
|
output_file = sphinx/locale/sphinx.pot
|
2009-07-03 13:37:38 +02:00
|
|
|
keywords = _ l_ lazy_gettext
|
2008-08-08 10:54:00 +00:00
|
|
|
|
|
|
|
|
[update_catalog]
|
|
|
|
|
input_file = sphinx/locale/sphinx.pot
|
|
|
|
|
domain = sphinx
|
|
|
|
|
output_dir = sphinx/locale/
|
|
|
|
|
|
|
|
|
|
[compile_catalog]
|
|
|
|
|
domain = sphinx
|
|
|
|
|
directory = sphinx/locale/
|
2014-10-10 00:01:57 +09:00
|
|
|
|
|
|
|
|
[wheel]
|
|
|
|
|
universal = 1
|
2015-03-07 15:45:43 +09:00
|
|
|
|
|
|
|
|
[flake8]
|
2016-12-24 21:03:41 +09:00
|
|
|
max-line-length = 95
|
2017-01-12 10:11:54 +09:00
|
|
|
ignore = E116,E241,E251
|
2017-01-26 01:13:17 +09:00
|
|
|
exclude = .git,.tox,tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py
|
2017-02-24 13:39:51 -05:00
|
|
|
|
|
|
|
|
[build_sphinx]
|
|
|
|
|
warning-is-error = 1
|