Skip to content

Commit c540a5e

Browse files
authored
Merge branch 'main' into maint/general_structure
2 parents c6e38a2 + 67f530a commit c540a5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_package/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,23 @@ dependencies = [
3333

3434
[project.optional-dependencies]
3535
doc = [
36-
"Sphinx==8.0.2",
36+
"Sphinx==8.1.3",
3737
"build>= 0.10.0",
3838
"jupyter_sphinx==0.5.3",
3939
"linuxdoc==20240924",
4040
"numpy==2.1.2",
4141
"numpydoc==1.8.0",
4242
"pandas==2.2.3",
4343
"parse==1.20.2",
44-
"pydata_sphinx_theme==0.15.4",
44+
"pydata_sphinx_theme==0.16.0",
4545
"pypandoc==1.14",
4646
"pytest-sphinx==0.6.3",
4747
"pyyaml==6.0.2",
4848
"sphinx-autobuild==2024.10.3",
4949
"sphinx-autodoc-typehints==2.5.0",
5050
"sphinx-copybutton==0.5.2",
5151
"sphinx-notfound-page==1.0.4",
52-
"sphinx-gallery==0.17.1",
52+
"sphinx-gallery==0.18.0",
5353
]
5454
[tool.flit.module]
5555
name = "pyconverter.generatedcommands"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tests = [
5656
]
5757
doc = [
5858
"Sphinx==8.1.3",
59-
"ansys-sphinx-theme[autoapi]==1.1.5",
59+
"ansys-sphinx-theme[autoapi]==1.1.7",
6060
"build>= 0.10.0",
6161
"flit>=3.8.0",
6262
"inflect==7.4.0",

0 commit comments

Comments
 (0)