Show More
@@ -1,44 +1,43 b'' | |||
|
1 | 1 | [egg_info] |
|
2 | tag_build = | |
|
3 |
tag_svn_revision = |
|
|
2 | tag_build = | |
|
3 | tag_svn_revision = 0 | |
|
4 | tag_date = 0 | |
|
4 | 5 | |
|
5 | 6 | [nosetests] |
|
6 | verbose=True | |
|
7 | verbosity=2 | |
|
8 | with-pylons=test.ini | |
|
9 | detailed-errors=1 | |
|
10 | nologcapture=1 | |
|
11 | #pdb=1 | |
|
12 | #pdb-failures=1 | |
|
7 | verbose = True | |
|
8 | verbosity = 2 | |
|
9 | with-pylons = test.ini | |
|
10 | detailed-errors = 1 | |
|
11 | nologcapture = 1 | |
|
13 | 12 | |
|
14 | # Babel configuration | |
|
15 | 13 | [compile_catalog] |
|
16 | 14 | domain = kallithea |
|
17 | 15 | directory = kallithea/i18n |
|
18 | 16 | statistics = true |
|
19 | 17 | |
|
20 | 18 | [extract_messages] |
|
21 | 19 | add_comments = TRANSLATORS: |
|
22 | 20 | output_file = kallithea/i18n/kallithea.pot |
|
23 | 21 | msgid-bugs-address = translations@kallithea-scm.org |
|
24 | 22 | copyright-holder = Various authors, licensing as GPLv3 |
|
25 | 23 | no-wrap = true |
|
26 | 24 | |
|
27 | 25 | [init_catalog] |
|
28 | 26 | domain = kallithea |
|
29 | 27 | input_file = kallithea/i18n/kallithea.pot |
|
30 | 28 | output_dir = kallithea/i18n |
|
31 | 29 | |
|
32 | 30 | [update_catalog] |
|
33 | 31 | domain = kallithea |
|
34 | 32 | input_file = kallithea/i18n/kallithea.pot |
|
35 | 33 | output_dir = kallithea/i18n |
|
36 | 34 | previous = true |
|
37 | 35 | |
|
38 | 36 | [build_sphinx] |
|
39 | 37 | source-dir = docs/ |
|
40 |
build-dir |
|
|
41 |
all_files |
|
|
38 | build-dir = docs/_build | |
|
39 | all_files = 1 | |
|
42 | 40 | |
|
43 | 41 | [upload_sphinx] |
|
44 | 42 | upload-dir = docs/_build/html |
|
43 |
General Comments 0
You need to be logged in to leave comments.
Login now