summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
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 '# '