Skip to content

Commit 35e5218

Browse files
committed
try once more to make docs ci work
1 parent 723b4fc commit 35e5218

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-python@v4
17-
- uses: pyvista/setup-headless-display-action@v3
1817
with:
1918
python-version: "3.11"
2019
- run: pip install --upgrade build

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
2929
# ones.
3030
extensions = [
31+
"pyvista.ext.plot_directive",
32+
"pyvista.ext.viewer_directive",
3133
"nbsphinx",
3234
"sphinx_rtd_theme",
3335
"sphinx.ext.autodoc",

0 commit comments

Comments
 (0)