From 6a6c2c23afdff0d95a9302d1a65e6b4c9f19aba1 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 27 Oct 2025 11:27:42 +0100 Subject: WIP docs --- makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 0000000..30468df --- /dev/null +++ b/makefile @@ -0,0 +1,5 @@ +.PHONY: FORCE + +# sphinx-apidoc -o doc/api patchtree +docs: FORCE + sphinx-build -b html doc build/html -- cgit v1.2.3