122
by Jason Conti
Adding epydoc.conf to configure the generation of documentations with epydoc. Should probably add a rule to setup.py to use it. |
1 |
[epydoc]
|
2 |
||
3 |
name: Recent Notifications
|
|
4 |
url: http://launchpad.net/recent-notifications
|
|
5 |
||
6 |
modules: recent_notifications/
|
|
7 |
||
8 |
output: html
|
|
9 |
target: docs/
|
|
10 |
||
11 |
graph: all
|
|
12 |
dotpath: /usr/bin/dot
|