From e21b4f5c048f63441908eaf5daf1b8ad131c2ee8 Mon Sep 17 00:00:00 2001 From: Rick Wierenga Date: Mon, 22 Jan 2024 23:13:40 +0100 Subject: [PATCH] fix docs gen https://github.com/pydata/pydata-sphinx-theme/issues/1643 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24b3ac7caf..1fb5123e17 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,11 @@ endif .PHONY: docs lint test docs: + sphinx-build -b html docs docs/build/ -j 1 -W + +clean-docs: rm -rf docs/build rm -rf docs/_autosummary - sphinx-build -b html docs docs/build/ -j auto -W lint: $(BIN)python -m pylint pylabrobot