Show More
@@ -1,45 +1,45 b'' | |||
|
1 | 1 | [egg_info] |
|
2 | 2 | tag_build = |
|
3 | 3 | tag_svn_revision = true |
|
4 | 4 | |
|
5 | 5 | [easy_install] |
|
6 | 6 | find_links = http://www.pylonshq.com/download/ |
|
7 | 7 | |
|
8 | 8 | [nosetests] |
|
9 | 9 | verbose=True |
|
10 | 10 | verbosity=2 |
|
11 | 11 | with-pylons=test.ini |
|
12 | 12 | detailed-errors=1 |
|
13 | 13 | nologcapture=1 |
|
14 | pdb=1 | |
|
15 | pdb-failures=1 | |
|
14 | #pdb=1 | |
|
15 | #pdb-failures=1 | |
|
16 | 16 | |
|
17 | 17 | # Babel configuration |
|
18 | 18 | [compile_catalog] |
|
19 | 19 | domain = rhodecode |
|
20 | 20 | directory = rhodecode/i18n |
|
21 | 21 | statistics = true |
|
22 | 22 | |
|
23 | 23 | [extract_messages] |
|
24 | 24 | add_comments = TRANSLATORS: |
|
25 | 25 | output_file = rhodecode/i18n/rhodecode.pot |
|
26 | 26 | width = 80 |
|
27 | 27 | |
|
28 | 28 | [init_catalog] |
|
29 | 29 | domain = rhodecode |
|
30 | 30 | input_file = rhodecode/i18n/rhodecode.pot |
|
31 | 31 | output_dir = rhodecode/i18n |
|
32 | 32 | |
|
33 | 33 | [update_catalog] |
|
34 | 34 | domain = rhodecode |
|
35 | 35 | input_file = rhodecode/i18n/rhodecode.pot |
|
36 | 36 | output_dir = rhodecode/i18n |
|
37 | 37 | previous = true |
|
38 | 38 | |
|
39 | 39 | [build_sphinx] |
|
40 | 40 | source-dir = docs/ |
|
41 | 41 | build-dir = docs/_build |
|
42 | 42 | all_files = 1 |
|
43 | 43 | |
|
44 | 44 | [upload_sphinx] |
|
45 | 45 | upload-dir = docs/_build/html No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now