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 e8958de commit 6cc09ecCopy full SHA for 6cc09ec
.github/workflows/ci_cd.yml
@@ -68,7 +68,7 @@ jobs:
68
docs-build:
69
name: Documentation Build
70
runs-on: ubuntu-latest
71
- needs: [docs-style]
+ # needs: [docs-style]
72
steps:
73
- name: Setup headless display
74
uses: pyvista/setup-headless-display-action@v2
pyproject.toml
@@ -49,8 +49,8 @@ doc = [
49
"jupytext==1.16.4",
50
"nbsphinx==0.9.5",
51
"numpydoc==1.8.0",
52
- "pyside6 == 6.1.0,<7",
53
- "pyvistaqt == 0.11.1,<1",
+ "pyside6==6.1.0",
+ "pyvistaqt==0.11.1,<1",
54
"sphinx==8.1.3",
55
"sphinx-autoapi==3.3.3",
56
"sphinx-copybutton==0.5.2",
0 commit comments