Skip to content

Commit 766bdba

Browse files
committed
Revert "WIP"
This reverts commit 8c5b40c.
1 parent 04dddb5 commit 766bdba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ help:
2121
pip uninstall --yes vtk; \
2222
@echo "Installing CI/CD required package(s)"; \
2323
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)"; \
2624
fi
2725

2826
# Catch-all target: route all unknown targets to Sphinx using the new
@@ -32,12 +30,12 @@ help:
3230

3331

3432
# customized clean due to examples gallery
35-
clean: .install-deps
33+
clean:
3634
rm -rf $(BUILDDIR)/*
3735
find . -type d -name $(APIDIR) -exec rm -rf {} +
3836

3937
#customized pdf build due to svg badges
40-
pdf: .install-ci-dep
38+
pdf:
4139
@$(SPHINXBUILD) -M latex "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
4240
cd $(BUILDDIR)/latex && latexmk -r latexmkrc -pdf *.tex -interaction=nonstopmode || true
4341
(test -f $(BUILDDIR)/latex/*.pdf && echo pdf exists) || exit 1

0 commit comments

Comments
 (0)