| | 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 = pysvnmanager |
| | 20 | title = Pysvnmanager |
| | 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 |