Add command runners

This commit is contained in:
Adam Turner
2022-04-16 20:55:57 +01:00
parent 1e443bdcb4
commit 0db2817328
2 changed files with 102 additions and 54 deletions

View File

@@ -12,20 +12,6 @@ upload = upload --sign --identity=36580288
[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/
[flake8]
max-line-length = 95
ignore = E116,E241,E251,E741,W504,I101