##// 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
1 NO CONTENT: modified file, binary diff hidden
@@ -1,42 +1,42 b''
1 1 [egg_info]
2 tag_build = rc1
2 tag_build = rc2
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
14 14 # Babel configuration
15 15 [compile_catalog]
16 16 domain = rhodecode
17 17 directory = rhodecode/i18n
18 18 statistics = true
19 19
20 20 [extract_messages]
21 21 add_comments = TRANSLATORS:
22 22 output_file = rhodecode/i18n/rhodecode.pot
23 23 width = 80
24 24
25 25 [init_catalog]
26 26 domain = rhodecode
27 27 input_file = rhodecode/i18n/rhodecode.pot
28 28 output_dir = rhodecode/i18n
29 29
30 30 [update_catalog]
31 31 domain = rhodecode
32 32 input_file = rhodecode/i18n/rhodecode.pot
33 33 output_dir = rhodecode/i18n
34 34 previous = true
35 35
36 36 [build_sphinx]
37 37 source-dir = docs/
38 38 build-dir = docs/_build
39 39 all_files = 1
40 40
41 41 [upload_sphinx]
42 42 upload-dir = docs/_build/html
General Comments 0
You need to be logged in to leave comments. Login now