diff doc/epydoc.conf @ 426:a0711da164ac

Add epydoc-based API doc generation to the build.
author cmlenz
date Thu, 22 Mar 2007 13:10:55 +0000
parents
children 68a8308309b9
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/doc/epydoc.conf
@@ -0,0 +1,24 @@
+[epydoc]
+
+name: Genshi
+url: http://genshi.edgewall.org/
+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/apidoc.css
+top: genshi
+frames: no
+sourcecode: no
Copyright (C) 2012-2017 Edgewall Software