| Line | |
|---|
| 1 | [egg_info] |
|---|
| 2 | tag_build = dev |
|---|
| 3 | tag_svn_revision = true |
|---|
| 4 | |
|---|
| 5 | [easy_install] |
|---|
| 6 | find_links = http://www.pylonshq.com/download/ |
|---|
| 7 | |
|---|
| 8 | [pudge] |
|---|
| 9 | theme = pythonpaste.org |
|---|
| 10 | |
|---|
| 11 | # Add extra doc files here with spaces between them |
|---|
| 12 | docs = docs/index.txt |
|---|
| 13 | |
|---|
| 14 | # Doc Settings |
|---|
| 15 | doc_base = docs/ |
|---|
| 16 | dest = docs/html |
|---|
| 17 | |
|---|
| 18 | # Add extra modules here separated with commas |
|---|
| 19 | modules = debexpo |
|---|
| 20 | title = Debexpo |
|---|
| 21 | organization = Pylons |
|---|
| 22 | |
|---|
| 23 | # Highlight code-block sections with Pygments |
|---|
| 24 | highlighter = pygments |
|---|
| 25 | |
|---|
| 26 | # Optionally add extra links |
|---|
| 27 | #organization_url = http://pylonshq.com/ |
|---|
| 28 | #trac_url = http://pylonshq.com/project |
|---|
| 29 | settings = no_about=true |
|---|
| 30 | |
|---|
| 31 | # Optionally add extra settings |
|---|
| 32 | # link1=/community/ Community |
|---|
| 33 | # link2=/download/ Download |
|---|
| 34 | |
|---|
| 35 | [publish] |
|---|
| 36 | doc-dir=docs/html |
|---|
| 37 | make-dirs=1 |
|---|
| 38 | |
|---|
| 39 | # Babel configuration |
|---|
| 40 | [compile_catalog] |
|---|
| 41 | domain = debexpo |
|---|
| 42 | directory = debexpo/i18n |
|---|
| 43 | statistics = true |
|---|
| 44 | |
|---|
| 45 | [extract_messages] |
|---|
| 46 | add_comments = TRANSLATORS: |
|---|
| 47 | output_file = debexpo/i18n/debexpo.pot |
|---|
| 48 | width = 80 |
|---|
| 49 | |
|---|
| 50 | [init_catalog] |
|---|
| 51 | domain = debexpo |
|---|
| 52 | input_file = debexpo/i18n/debexpo.pot |
|---|
| 53 | output_dir = debexpo/i18n |
|---|
| 54 | |
|---|
| 55 | [update_catalog] |
|---|
| 56 | domain = debexpo |
|---|
| 57 | input_file = debexpo/i18n/debexpo.pot |
|---|
| 58 | output_dir = debexpo/i18n |
|---|
| 59 | previous = true |
|---|