sphinx/setup.cfg

33 lines
608 B
INI
Raw Normal View History

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