summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-02 15:27:28 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-02 15:27:28 -0300
commit889cf65e79d0c8b891eca5ea4f4b3051f1af9f54 (patch)
tree0f905bc30609459631ae8284d2590469ce58f516 /setup.cfg
parentdf7f0289851ac6c9cb106e5dbd62dc3fbbf113aa (diff)
Use pydoctor to generate apidocs
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 0 insertions, 8 deletions
diff --git a/setup.cfg b/setup.cfg
index 57bf8101..74e3b5e8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,14 +5,6 @@ cover-package=gbp
cover-erase=1
exe=1
-[epydoc]
-name = git-buildpackage
-sourcecode = no
-url = https://honk.sigxcpu.org/piki/projects/git-buildpackage/
-target = build/apidocs/
-fail-on = docstring_warning
-modules = gbp, tests/test_*.py
-
[flake8]
# E501: ignore line length
# E265: block comment should start with '# '