From 857432eb17f20e3020b9796025610bd9f29a8979 Mon Sep 17 00:00:00 2001 From: iacopo Date: Fri, 3 Nov 2023 14:10:32 +0100 Subject: [PATCH] justfile: doc: serve documentation instead of building it dince I have an issue with building documentation locally, to be solved. Issue #39 --- justfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/justfile b/justfile index aa7a7f0..214ad10 100644 --- a/justfile +++ b/justfile @@ -223,11 +223,9 @@ setenv VIRTUALENV: @benchmarks K_SELECTOR="test": poetry run pytest --benchmark-enable --benchmark-only -k {{K_SELECTOR}} . -# build and open HTML documentation +# serve HTML documentation @doc: - poetry run mkdocs build - # Open generated doc if possible but without fail otherwise - just _open {{DOC_DIRNAME}}/index.html + poetry run mkdocs serve # WARNING! Remove untracked stuff (git clean -idx)! Useful to clean artifacts. clean: