Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ help:
@echo "Removing package(s) to avoid conflicts with package(s) needed for CI/CD"; \
pip uninstall --yes vtk; \
@echo "Installing CI/CD required package(s)"; \
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==9.3.1; \
pip install --index-url https://wheels.vtk.org vtk-osmesa==9.3.1; \
fi

# Catch-all target: route all unknown targets to Sphinx using the new
Expand All @@ -42,4 +42,4 @@ pdf:

# Build HTML files and generate examples as .py files
html: .install-ci-dep
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
1 change: 1 addition & 0 deletions doc/changelog.d/756.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update vtk-osmesa version to 9.3.1