forked from swordapp/python-client-sword2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (20 loc) · 623 Bytes
/
setup.cfg
File metadata and controls
27 lines (20 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[egg_info]
[build_sphinx]
all_files = 1
[upload_sphinx]
upload-dir = build/sphinx/html
[epydoc] # Epydoc section marker
# Information about the project.
name: SWORD v2 Python Client
url: https://github.com/swordapp/python-client-sword2
# 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: sword2
# Write html output to the directory "apidocs"
output: html
target: apidocs/
# Include all automatically generated graphs. These graphs are
# generated using Graphviz dot.
graph: all
dotpath: /usr/bin/dot