We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723b4fc commit 35e5218Copy full SHA for 35e5218
.github/workflows/pypi.yml
@@ -14,7 +14,6 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-python@v4
17
- - uses: pyvista/setup-headless-display-action@v3
18
with:
19
python-version: "3.11"
20
- run: pip install --upgrade build
docs/conf.py
@@ -28,6 +28,8 @@
28
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
29
# ones.
30
extensions = [
31
+ "pyvista.ext.plot_directive",
32
+ "pyvista.ext.viewer_directive",
33
"nbsphinx",
34
"sphinx_rtd_theme",
35
"sphinx.ext.autodoc",
0 commit comments