From 53ed556d2733b8a98e947fd3d4ca29740c07b28e Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Thu, 19 Oct 2023 20:59:27 +0200 Subject: [PATCH] fixup --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1963498..19e612f 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ local: notebook: env . env/bin/activate && ipython kernel install --user --name=venv && jupyter notebook +.PHONY: docs docs: cd docs && sphinx-build -b html . build