File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ UV := $(shell command -v uv 2> /dev/null || command which uv 2> /dev/null)
44NOX := $(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
1010pipcheck :
@@ -57,7 +57,7 @@ tests_nox:
5757 $(NOX ) -s tests
5858
5959doc :
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
7070docupdate :
71+ make pythoncheck
7172 cd docs && make html && cd ..
7273
7374docupdate_uv :
You can’t perform that action at this time.
0 commit comments