From 82864b98e01adfad532e4d2c43b6802af7f68ae3 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Wed, 18 Oct 2023 22:29:42 +0200 Subject: [PATCH] doc build fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 160431c..81c8118 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: @echo "targets: dist, docs, upload, install, clean, test" docs: - $(PYTHON) setup.py build_sphinx + sphinx-build docs/source build/docs dist: $(PYTHON) setup.py sdist bdist_wheel