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 18ce4b5 commit 8ca1561Copy full SHA for 8ca1561
.github/dependabot.yml
@@ -25,6 +25,8 @@ updates:
25
patterns:
26
- "*sphinx*"
27
- "numpydoc"
28
+ exclude-patterns:
29
+ - "nbsphinx"
30
pyvista:
31
32
- "pyvista*"
doc/changelog.d/315.miscellaneous.md
@@ -0,0 +1 @@
1
+Build(deps): bump the doc-dependencies group across 1 directory with 3 updates
pyproject.toml
@@ -45,11 +45,11 @@ tests = [
45
46
doc = [
47
"pyvista==0.45.2",
48
- "ansys-sphinx-theme==1.3.2",
+ "ansys-sphinx-theme==1.5.2",
49
"jupyter_sphinx==0.5.3",
50
"jupytext==1.17.2",
51
"nbsphinx==0.9.6",
52
- "numpydoc==1.8.0",
+ "numpydoc==1.9.0",
53
"sphinx==8.2.3",
54
"sphinx-autoapi==3.6.0",
55
"sphinx-copybutton==0.5.2",
0 commit comments