Skip to content

Commit e1fbf83

Browse files
fix: nbsphinx dep
1 parent c9972ac commit e1fbf83

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ updates:
2525
patterns:
2626
- "*sphinx*"
2727
- "numpydoc"
28+
exclude-patterns:
29+
- "nbsphinx"
2830
pyvista:
2931
patterns:
3032
- "pyvista*"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ doc = [
4848
"ansys-sphinx-theme==1.5.2",
4949
"jupyter_sphinx==0.5.3",
5050
"jupytext==1.17.2",
51-
"nbsphinx==0.9.7",
51+
"nbsphinx==0.9.6",
5252
"numpydoc==1.9.0",
5353
"sphinx==8.2.3",
5454
"sphinx-autoapi==3.6.0",

0 commit comments

Comments
 (0)