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 c937ae1 commit 36df9e5Copy full SHA for 36df9e5
doc/changelog.d/810.dependencies.md
@@ -0,0 +1 @@
1
+Bump sphinx-autoapi from 3.6.0 to 3.6.1
pyproject.toml
@@ -40,13 +40,12 @@ dependencies = [
40
41
[project.optional-dependencies]
42
autoapi = [
43
- "astroid>=3.0,<4.0",
44
- "sphinx-autoapi==3.6.0",
+ "sphinx-autoapi==3.6.1",
45
"sphinx-design==0.6.1",
46
"sphinx-jinja==2.0.2",
47
]
48
doc = [
49
- "jupytext==1.17.2",
+ "jupytext==1.17.3",
50
"nbsphinx==0.9.7",
51
"notebook==7.4.5",
52
"numpydoc==1.9.0",
@@ -57,7 +56,7 @@ doc = [
57
56
"pyvista[jupyter]==0.46.2",
58
"PyYAML==6.0.2",
59
"requests==2.32.5",
60
61
"sphinx-copybutton==0.5.2",
62
63
"sphinx-gallery==0.19.0",
0 commit comments