mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
30 lines
576 B
INI
30 lines
576 B
INI
[egg_info]
|
|
tag_build = .dev
|
|
tag_date = true
|
|
|
|
[aliases]
|
|
release = egg_info -RDb ''
|
|
upload = upload --sign --identity=36580288
|
|
|
|
[extract_messages]
|
|
mapping_file = babel.cfg
|
|
output_file = sphinx/locale/sphinx.pot
|
|
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
|
|
|
|
[flake8]
|
|
max-line-length=95
|
|
ignore=E113,E116,E221,E226,E241,E251,E901
|
|
exclude=tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py
|