Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump sphinx from 8.1.3 to 8.2.0 #628

Merged
merged 8 commits into from
Feb 21, 2025
1 change: 1 addition & 0 deletions doc/changelog.d/628.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore(deps): bump sphinx from 8.1.3 to 8.2.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"Sphinx>=4.2.0",
"Sphinx>=6.1.0",
"pydata-sphinx-theme>=0.15.4,<0.17",
"Jinja2>=3.1.2",
"importlib-metadata>=4.0",
Expand All @@ -48,7 +48,7 @@ doc = [
"pyvista[jupyter]==0.44.2",
"PyYAML==6.0.2",
"requests==2.32.3",
"Sphinx==8.1.3",
#"Sphinx==8.2.0",
"sphinx-autoapi==3.6.0",
"sphinx-copybutton==0.5.2",
"sphinx-design==0.6.1",
Expand Down
Loading