Move epydoc.conf to doc/
This commit is contained in:
parent
58106549a1
commit
f4a00623d1
1 changed files with 29 additions and 0 deletions
29
doc/epydoc.conf
Normal file
29
doc/epydoc.conf
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
[epydoc]
|
||||||
|
|
||||||
|
# Information about the project.
|
||||||
|
name: Gajim
|
||||||
|
url: http://gajim.org
|
||||||
|
|
||||||
|
verbosity: 3
|
||||||
|
imports: yes
|
||||||
|
redundant-details: yes
|
||||||
|
docformat: restructuredtext
|
||||||
|
# top: gajim
|
||||||
|
|
||||||
|
# The list of modules to document. Modules can be named using
|
||||||
|
# dotted names, module filenames, or package directory names.
|
||||||
|
# This option may be repeated.
|
||||||
|
modules: src/* test/*
|
||||||
|
|
||||||
|
# Write html output to the directory "apidocs"
|
||||||
|
#output: pdf
|
||||||
|
output: html
|
||||||
|
target: /doc/apidocs/
|
||||||
|
|
||||||
|
# Include all automatically generated graphs. These graphs are
|
||||||
|
# generated using Graphviz dot.
|
||||||
|
graph: all
|
||||||
|
dotpath: /usr/bin/dot
|
||||||
|
graph-font: Sans
|
||||||
|
graph-font-size: 10
|
||||||
|
|
Loading…
Add table
Reference in a new issue