- dependencies changed: atomicwrites==1.4.0 ipython==5.10.0 pytest==4.6.9 py==1.8.1 pytest-cov==2.8.1 pytest-sugar==0.9.3 pytest-runner==5.2.0 rhodecode-tools==2.0.0 ipython==5.10.0 mysqlclient==1.4.6 (change from mysql-python, which is deprecated) mako==1.1.2 lxml==4.5.0 click==7.1.2
39 lines
740 B
INI
39 lines
740 B
INI
[aliases]
|
|
test = pytest
|
|
|
|
# Babel configuration
|
|
[compile_catalog]
|
|
domain = rhodecode
|
|
directory = rhodecode/i18n
|
|
statistics = true
|
|
|
|
[extract_messages]
|
|
add_comments = TRANSLATORS:
|
|
output_file = rhodecode/i18n/rhodecode.pot
|
|
msgid-bugs-address = marcin@rhodecode.com
|
|
copyright-holder = RhodeCode GmbH
|
|
no-wrap = true
|
|
keywords =
|
|
lazy_ugettext
|
|
_ngettext
|
|
_gettext
|
|
gettext_translator
|
|
|
|
[init_catalog]
|
|
domain = rhodecode
|
|
input_file = rhodecode/i18n/rhodecode.pot
|
|
output_dir = rhodecode/i18n
|
|
|
|
[update_catalog]
|
|
domain = rhodecode
|
|
input_file = rhodecode/i18n/rhodecode.pot
|
|
output_dir = rhodecode/i18n
|
|
previous = true
|
|
|
|
[build_sphinx]
|
|
source-dir = docs/
|
|
build-dir = docs/_build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = docs/_build/html
|