Skip to content
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ updates:
patterns:
- "*sphinx*"
- "numpydoc"
exclude-patterns:
- "nbsphinx"
pyvista:
patterns:
- "pyvista*"
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/315.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Build(deps): bump the doc-dependencies group across 1 directory with 3 updates
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ tests = [

doc = [
"pyvista==0.45.2",
"ansys-sphinx-theme==1.3.2",
"ansys-sphinx-theme==1.5.2",
"jupyter_sphinx==0.5.3",
"jupytext==1.17.2",
"nbsphinx==0.9.6",
"numpydoc==1.8.0",
"numpydoc==1.9.0",
"sphinx==8.2.3",
"sphinx-autoapi==3.6.0",
"sphinx-copybutton==0.5.2",
Expand Down
Loading