diff options
Diffstat (limited to 'docs.conf')
-rw-r--r-- | docs.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs.conf b/docs.conf deleted file mode 100644 index e197cfa43..000000000 --- a/docs.conf +++ /dev/null @@ -1,14 +0,0 @@ - -# usage: epydoc --conf docs.conf , results goes to ~/.pyload/docs - -[epydoc] - -modules: pyLoadCore.py, pyLoadCli.py, pyloadGui.py, module -output: html -target: docs -docformat: restructuredtext - -exclude: module\.lib|module\.remote\.thriftbackend\.thriftgen|PyQt4|\.pyc|\.pyo|module\.plugins\.(accounts|captcha|container|crypter|hooks|hoster) - -name: pyLoad Documentation -url: http://docs.pyload.org |