##// END OF EJS Templates
updated docs screenshots added rc2 as docs
marcink -
r586:0971e79c default
parent child Browse files
Show More
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
@@ -1,42 +1,42 b''
1 [egg_info]
1 [egg_info]
2 tag_build = rc1
2 tag_build = rc2
3 tag_svn_revision = true
3 tag_svn_revision = true
4
4
5 [easy_install]
5 [easy_install]
6 find_links = http://www.pylonshq.com/download/
6 find_links = http://www.pylonshq.com/download/
7
7
8 [nosetests]
8 [nosetests]
9 verbose=True
9 verbose=True
10 verbosity=2
10 verbosity=2
11 with-pylons=test.ini
11 with-pylons=test.ini
12 detailed-errors=1
12 detailed-errors=1
13
13
14 # Babel configuration
14 # Babel configuration
15 [compile_catalog]
15 [compile_catalog]
16 domain = rhodecode
16 domain = rhodecode
17 directory = rhodecode/i18n
17 directory = rhodecode/i18n
18 statistics = true
18 statistics = true
19
19
20 [extract_messages]
20 [extract_messages]
21 add_comments = TRANSLATORS:
21 add_comments = TRANSLATORS:
22 output_file = rhodecode/i18n/rhodecode.pot
22 output_file = rhodecode/i18n/rhodecode.pot
23 width = 80
23 width = 80
24
24
25 [init_catalog]
25 [init_catalog]
26 domain = rhodecode
26 domain = rhodecode
27 input_file = rhodecode/i18n/rhodecode.pot
27 input_file = rhodecode/i18n/rhodecode.pot
28 output_dir = rhodecode/i18n
28 output_dir = rhodecode/i18n
29
29
30 [update_catalog]
30 [update_catalog]
31 domain = rhodecode
31 domain = rhodecode
32 input_file = rhodecode/i18n/rhodecode.pot
32 input_file = rhodecode/i18n/rhodecode.pot
33 output_dir = rhodecode/i18n
33 output_dir = rhodecode/i18n
34 previous = true
34 previous = true
35
35
36 [build_sphinx]
36 [build_sphinx]
37 source-dir = docs/
37 source-dir = docs/
38 build-dir = docs/_build
38 build-dir = docs/_build
39 all_files = 1
39 all_files = 1
40
40
41 [upload_sphinx]
41 [upload_sphinx]
42 upload-dir = docs/_build/html
42 upload-dir = docs/_build/html
General Comments 0
You need to be logged in to leave comments. Login now