summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2015-12-07 23:45:54 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2015-12-14 02:28:01 +0000
commite38afbf0bf819bb5b487a9404bcbf51e8ea82f8e (patch)
tree7c7a0c869491badb2bfb520ae6e4de47be5c3992 /doc/Makefile
parent5cbf0047df2e01e7389f83f0a2f21e2b797e4770 (diff)
Depend on newer version of pydoctor that supports SOURCE_DATE_EPOCH, drop custom specification of --buildtime to pydoctor.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 3684d0f..73687f9 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -46,7 +46,7 @@ howto: howto.tex
api:
@echo Creating API documentation
- @cd .. && pydoctor $(PYDOCTOR_OPTIONS) --project-name="Kiwi" --add-package=kiwi --make-html
+ @cd .. && pydoctor --project-name="Kiwi" --add-package=kiwi --make-html
@mv ../apidocs api
clean: