From d8aec04eb955fb9de11784ebcd7566d4e57752cc Mon Sep 17 00:00:00 2001 From: AA Turner <9087854+AA-Turner@users.noreply.github.com> Date: Sun, 26 Apr 2020 04:26:45 +0100 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c86efd9ce17..27bfbd07767b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PYTHON=python3 all: sphinx sphinx: - sphinx-build -j auto -b html . build + $(PYTHON) build.py rss: $(PYTHON) pep2rss.py .