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 c9972ac commit e1fbf83Copy full SHA for e1fbf83
.github/dependabot.yml
@@ -25,6 +25,8 @@ updates:
25
patterns:
26
- "*sphinx*"
27
- "numpydoc"
28
+ exclude-patterns:
29
+ - "nbsphinx"
30
pyvista:
31
32
- "pyvista*"
pyproject.toml
@@ -48,7 +48,7 @@ doc = [
48
"ansys-sphinx-theme==1.5.2",
49
"jupyter_sphinx==0.5.3",
50
"jupytext==1.17.2",
51
- "nbsphinx==0.9.7",
+ "nbsphinx==0.9.6",
52
"numpydoc==1.9.0",
53
"sphinx==8.2.3",
54
"sphinx-autoapi==3.6.0",
0 commit comments