From 2b613b1434963d36c371b510ecd996f3c3ea9235 Mon Sep 17 00:00:00 2001 From: Bea Date: Fri, 8 Mar 2024 12:25:23 +0100 Subject: [PATCH] fix makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8b4683..22ed8b4 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,9 @@ format: black promptmeteo/ black tests/ -dev: +docs: pip install -e ".[docs]" + sphinx-apidoc -f -o docs/source/ promptmeteo html: $(MAKE) -C docs html