We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 356394a + 5c990c3 commit f663011Copy full SHA for f663011
Makefile
@@ -253,7 +253,7 @@ docs-serve: $(PYBIN) FORCE ## docs: serve docs in browser
253
docs-site: $(PYBIN) FORCE ## docs: render quarto site
254
$(MAKE) docs-quartodoc
255
@echo "-------- Previewing docs in browser --------"
256
- @cd docs && make serve
+ @cd docs && make site
257
258
docs-quartodoc: $(PYBIN) FORCE ## docs: build quartodoc docs
259
$(MAKE) install-docs
0 commit comments