Files
sphinx/setup.cfg

46 lines
882 B
INI
Raw Normal View History

[metadata]
license_file = LICENSE
2008-03-18 19:37:05 +00:00
[egg_info]
tag_build = .dev
2008-03-18 19:37:05 +00:00
tag_date = true
[bdist_wheel]
universal = 1
2008-03-18 19:37:05 +00:00
[aliases]
release = egg_info -Db ''
upload = upload --sign --identity=36580288
2008-03-18 19:37:05 +00:00
[build_sphinx]
warning-is-error = 1
[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/
2015-03-07 15:45:43 +09:00
[flake8]
2016-12-24 21:03:41 +09:00
max-line-length = 95
2017-10-23 23:01:18 +09:00
ignore = E116,E241,E251,E741
exclude = .git,.tox,.venv,tests/*,build/*,doc/_build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py
[mypy]
python_version = 2.7
show_column_numbers = True
show_error_context = True
ignore_missing_imports = True
follow_imports = skip
incremental = True
check_untyped_defs = True
warn_unused_ignores = True