aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2023-05-31 11:35:53 +0200
committerGuido Günther <agx@sigxcpu.org>2023-05-31 12:05:55 +0200
commit073831648c6aaa2a9aece88c59428b6f105acc0c (patch)
tree9f5abbda45b1db0e4929392ac56337693568f684
parent88d8fc128114cb4e4f8efaab03540bb1c1353df8 (diff)
build: Disable API docs
pydoctor gets tripped up easily. Let's rather look into switching to sphinx or s.th. similar.
-rw-r--r--Makefile1
-rw-r--r--debian/git-buildpackage.docs1
2 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4e0e2d8a..a1914f6d 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,5 @@ docs:
apidocs:
mkdir -p build
- pydoctor -v gbp tests/doctests/
.PHONY: docs
diff --git a/debian/git-buildpackage.docs b/debian/git-buildpackage.docs
index 00356a6c..6aa04047 100644
--- a/debian/git-buildpackage.docs
+++ b/debian/git-buildpackage.docs
@@ -1,3 +1,2 @@
README.md
docs/manual-html/
-build/apidocs/