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.
1 parent 070eb4b commit e5fdcd4Copy full SHA for e5fdcd4
doc/Makefile
@@ -66,7 +66,7 @@ config: ## Configure project for quartodoc and quarto
66
docstrings: config ## Generate qmd files from the docstrings
67
$(PYTHON) -m quartodoc build --config _quartodoc.yml
68
# Create a objects.inv
69
- @$(PYTHON) -m sphobjinv convert zlib objects.txt
+ @$(PYTHON) -m sphobjinv convert -o zlib objects.txt
70
71
html: docstrings ## Build html site
72
quarto render
0 commit comments