Skip to content

Commit 8725a6d

Browse files
dependabot[bot]pyansys-ci-botgerma89
authored
build: bump the documentation group across 1 directory with 2 updates (#3766)
* build: bump the documentation group across 1 directory with 2 updates Bumps the documentation group with 2 updates in the / directory: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) and [sphinx](https://github.com/sphinx-doc/sphinx). Updates `ansys-sphinx-theme` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v1.3.1...v1.3.2) Updates `sphinx` from 8.1.3 to 8.2.1 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.2.1/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.1.3...v8.2.1) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation ... Signed-off-by: dependabot[bot] <[email protected]> * chore: adding changelog file 3766.dependencies.md [dependabot-skip] * build: update sphinx-autodoc-typehints to 3.1.0 to avoid issue. * build: update sphinx-autodoc-typehints to 3.1.0 to avoid issue. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: German <[email protected]>
1 parent f2e2533 commit 8725a6d

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.devcontainer/codespaces-docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pypandoc==1.14
1616
pytest-sphinx==0.6.3
1717
pythreejs==2.4.2
1818
sphinx-autobuild==2024.10.3
19-
sphinx-autodoc-typehints==3.0.1
19+
sphinx-autodoc-typehints==3.1.0
2020
sphinx-copybutton==0.5.2
2121
sphinx-design==0.6.1
2222
sphinx-gallery==0.18.0

.devcontainer/devcontainer-local/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pytest==8.3.3
2626
pythreejs==2.4.2
2727
scipy==1.14.1
2828
sphinx-autobuild==2024.10.3
29-
sphinx-autodoc-typehints==3.0.1
29+
sphinx-autodoc-typehints==3.1.0
3030
sphinx-copybutton==0.5.2
3131
sphinx-design==0.6.1
3232
sphinx-gallery==0.18.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump the documentation group across 1 directory with 2 updates

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ tests = [
7676
doc = [
7777
"ansys-dpf-core==0.10.1",
7878
"ansys-mapdl-reader==0.54.2",
79-
"ansys-sphinx-theme==1.3.1",
79+
"ansys-sphinx-theme==1.3.2",
8080
"ansys-tools-visualization-interface==0.8.3",
8181
"grpcio==1.70.0",
8282
"imageio-ffmpeg==0.6.0",
@@ -94,13 +94,13 @@ doc = [
9494
"pytest-sphinx==0.6.3",
9595
"pythreejs==2.4.2",
9696
"sphinx-autobuild==2024.10.3",
97-
"sphinx-autodoc-typehints==3.0.1",
97+
"sphinx-autodoc-typehints==3.1.0",
9898
"sphinx-copybutton==0.5.2",
9999
"sphinx-design==0.6.1",
100100
"sphinx-gallery==0.19.0",
101101
"sphinx-jinja==2.0.2",
102102
"sphinx-notfound-page==1.1.0",
103-
"sphinx==8.1.3",
103+
"sphinx==8.2.1",
104104
"sphinxcontrib-websupport==2.0.0",
105105
"sphinxemoji==0.3.1",
106106
"vtk==9.3.1",

0 commit comments

Comments
 (0)