File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 21
21
pip uninstall --yes vtk; \
22
22
@echo " Installing CI/CD required package(s)" ; \
23
23
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==9.3.1; \
24
- else \
25
- echo " Skipping vtk-osmesa installation: either not in CI (ON_CI=${ON_CI} ) or already installed (is_vtk_osmesa_installed=$$ is_vtk_osmesa_installed)" ; \
26
24
fi
27
25
28
26
# Catch-all target: route all unknown targets to Sphinx using the new
@@ -32,12 +30,12 @@ help:
32
30
33
31
34
32
# customized clean due to examples gallery
35
- clean : .install-deps
33
+ clean :
36
34
rm -rf $(BUILDDIR ) /*
37
35
find . -type d -name $(APIDIR ) -exec rm -rf {} +
38
36
39
37
# customized pdf build due to svg badges
40
- pdf : .install-ci-dep
38
+ pdf :
41
39
@$(SPHINXBUILD ) -M latex " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
42
40
cd $(BUILDDIR ) /latex && latexmk -r latexmkrc -pdf * .tex -interaction=nonstopmode || true
43
41
(test -f $( BUILDDIR) /latex/* .pdf && echo pdf exists) || exit 1
You can’t perform that action at this time.
0 commit comments