From 9cc2b1721c35ad2d721d8ad2f3e53b2d5e89c6a5 Mon Sep 17 00:00:00 2001 From: Crozzers Date: Sun, 10 Sep 2023 15:31:24 +0100 Subject: [PATCH] Debug steps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa7bdbb..ddded2d 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ mypy: .PHONY: docs docs: - tree + cat pyproject.toml python -m pip install .[docs] cd docs/docs && git reset --hard python docs/make.py