Skip to content

Commit 6cc09ec

Browse files
fix: Doc dependency
1 parent e8958de commit 6cc09ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
docs-build:
6969
name: Documentation Build
7070
runs-on: ubuntu-latest
71-
needs: [docs-style]
71+
# needs: [docs-style]
7272
steps:
7373
- name: Setup headless display
7474
uses: pyvista/setup-headless-display-action@v2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ doc = [
4949
"jupytext==1.16.4",
5050
"nbsphinx==0.9.5",
5151
"numpydoc==1.8.0",
52-
"pyside6 == 6.1.0,<7",
53-
"pyvistaqt == 0.11.1,<1",
52+
"pyside6==6.1.0",
53+
"pyvistaqt==0.11.1,<1",
5454
"sphinx==8.1.3",
5555
"sphinx-autoapi==3.3.3",
5656
"sphinx-copybutton==0.5.2",

0 commit comments

Comments
 (0)