Skip to content

Commit aa49008

Browse files
build(deps): bump the doc-dependencies group with 3 updates
Bumps the doc-dependencies group with 3 updates: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery). Updates `ansys-sphinx-theme` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v1.1.2...v1.1.3) Updates `sphinx` from 8.0.2 to 8.1.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.0.2...v8.1.3) Updates `sphinx-gallery` from 0.17.1 to 0.18.0 - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator) - [Commits](sphinx-gallery/sphinx-gallery@v0.17.1...v0.18.0) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc-dependencies - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc-dependencies - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 553de59 commit aa49008

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ dependencies = [
3333
[project.optional-dependencies]
3434
tests = ["pytest==8.3.3", "pytest-pyvista==0.1.9", "pytest-cov==5.0.0"]
3535
doc = [
36-
"ansys-sphinx-theme==1.1.2",
36+
"ansys-sphinx-theme==1.1.3",
3737
"jupyter_sphinx==0.5.3",
3838
"jupytext==1.16.4",
3939
"nbsphinx==0.9.5",
4040
"numpydoc==1.8.0",
41-
"sphinx==8.0.2",
41+
"sphinx==8.1.3",
4242
"sphinx-autoapi==3.3.2",
4343
"sphinx-copybutton==0.5.2",
4444
"sphinx_design==0.6.1",
45-
"sphinx-gallery==0.17.1",
45+
"sphinx-gallery==0.18.0",
4646
"sphinx-jinja==2.0.2",
4747
"ansys-fluent-core==0.26.0",
4848
]

0 commit comments

Comments
 (0)