Skip to content

Commit 3873ecf

Browse files
committed
Execute sphobjinv as a module
1 parent 9436def commit 3873ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ config: ## Configure project for quartodoc and quarto
6666
docstrings: config ## Generate qmd files from the docstrings
6767
$(PYTHON) -m quartodoc build --config _quartodoc.yml
6868
# Create a objects.inv
69-
@$(PYTHON) sphobjinv convert zlib objects.txt
69+
@$(PYTHON) -m sphobjinv convert zlib objects.txt
7070

7171
html: docstrings ## Build html site
7272
quarto render

0 commit comments

Comments
 (0)