Skip to content

Commit 5f5ca4f

Browse files
committed
minor: small improvements to Makefile
1 parent c7efdec commit 5f5ca4f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ UV := $(shell command -v uv 2> /dev/null || command which uv 2> /dev/null)
44
NOX := $(shell command -v nox 2> /dev/null || command which nox 2> /dev/null)
55

66
.PHONY: install_conda dev-install_conda dev-install_conda_arm dev-install_uv
7-
.PHONY: tests tests_uv tests_nox doc doc_uv docupdate docupdate_uv servedoc
7+
.PHONY: tests tests_uv tests_nox doc doc_uv docupdate docupdate_uv servedoc servedoc_uv
88
.PHONY: lint lint_uv typeannot typeannot_uv coverage coverage_uv
99

1010
pipcheck:
@@ -57,7 +57,7 @@ tests_nox:
5757
$(NOX) -s tests
5858

5959
doc:
60-
cd docs && rm -rf source/api/generated && rm -rf source/gallery &&\
60+
cd docs && rm -rf source/api/generated && rm -rf source/gallery &&\
6161
rm -rf source/tutorials && rm -rf source/examples &&\
6262
rm -rf build && make html && cd ..
6363

@@ -68,6 +68,7 @@ doc_uv:
6868
rm -rf build && $(UV) run make html && cd ..
6969

7070
docupdate:
71+
make pythoncheck
7172
cd docs && make html && cd ..
7273

7374
docupdate_uv:

0 commit comments

Comments
 (0)