summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorMichael R. Crusoe <michael.crusoe@gmail.com>2023-12-14 22:51:37 +0100
committerÉtienne Mollier <emollier@debian.org>2023-12-14 22:51:37 +0100
commit8a411508b795f7bd8a71bb3806df745ea9368659 (patch)
tree93692fc930f97051a472c05f5eadd130f875ec12 /doc/Makefile
parent4ac0d7cf1c2b1b90a3cac44a45262952b76ce291 (diff)
Python3 fixes
Last-Update: 2019-12-15 15:37:17 Bug-Debian: https://bugs.debian.org/937145 Gbp-Pq: Name python3
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 c2a1c6c..6396445 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -37,7 +37,7 @@ htmlonly:
@echo "Build finished. The HTML pages are in _build/html."
api:
- python ../tools/build_modref_templates.py
+ python3 ../tools/build_modref_templates.py
@echo "Build API docs finished."
html: rstexamples api htmlonly