diff doc/conf/epydoc.ini @ 532:f9ad40cae2f7 stable-0.4.x 0.4.2

Ported [634:637] to 0.4.x branch.
author cmlenz
date Wed, 20 Jun 2007 10:50:18 +0000
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/doc/conf/epydoc.ini
@@ -0,0 +1,24 @@
+[epydoc]
+
+name: Documentation Index
+url: ../index.html
+modules: genshi
+verbosity: 1
+
+# Extraction
+docformat: restructuredtext
+parse: yes
+introspect: yes
+exclude: .*\.tests.*
+inheritance: listed
+private: no
+imports: no
+include-log: no
+
+# HTML output
+output: html
+target: doc/api/
+css: doc/style/epydoc.css
+top: genshi
+frames: no
+sourcecode: no
Copyright (C) 2012-2017 Edgewall Software