Skip to content

Commit c551d20

Browse files
dependabot[bot]pyansys-ci-botgerma89
authored
build: bump the documentation group with 3 updates (#3324)
* build: bump the documentation group with 3 updates Bumps the documentation group with 3 updates: [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page), [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinxcontrib-websupport](https://github.com/sphinx-doc/sphinxcontrib-websupport). Updates `sphinx-notfound-page` from 1.0.2 to 1.0.4 - [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-notfound-page@1.0.2...1.0.4) Updates `sphinx` from 7.4.7 to 8.0.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v7.4.7...v8.0.2) Updates `sphinxcontrib-websupport` from 1.2.7 to 2.0.0 - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-websupport/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-websupport/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinxcontrib-websupport@1.2.7...2.0.0) --- updated-dependencies: - dependency-name: sphinx-notfound-page 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-major dependency-group: documentation - dependency-name: sphinxcontrib-websupport dependency-type: direct:production update-type: version-update:semver-major dependency-group: documentation ... Signed-off-by: dependabot[bot] <[email protected]> * chore: adding changelog file 3324.dependencies.md * build: update sphinx-design --------- 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 9dbc061 commit c551d20

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.devcontainer/codespaces-docs/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ pythreejs==2.4.2
1818
sphinx-autobuild==2024.4.16
1919
sphinx-autodoc-typehints==1.25.2
2020
sphinx-copybutton==0.5.2
21-
sphinx-design==0.6.0
22-
sphinx-design==0.6.0
21+
sphinx-design==0.6.1
2322
sphinx-gallery==0.16.0
2423
sphinx-notfound-page==1.0.2
2524
sphinx-reredirects==0.1.4

.devcontainer/devcontainer-local/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ scipy==1.14.0
2626
sphinx-autobuild==2024.4.16
2727
sphinx-autodoc-typehints==1.25.2
2828
sphinx-copybutton==0.5.2
29-
sphinx-design==0.6.0
29+
sphinx-design==0.6.1
3030
sphinx-gallery==0.16.0
3131
sphinx-notfound-page==1.0.2
3232
sphinx-reredirects==0.1.4

doc/changelog.d/3324.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump the documentation group with 3 updates

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ doc = [
9393
"sphinx-autobuild==2024.4.16",
9494
"sphinx-autodoc-typehints==1.25.2",
9595
"sphinx-copybutton==0.5.2",
96-
"sphinx-design==0.6.0",
96+
"sphinx-design==0.6.1",
9797
"sphinx-gallery==0.17.0",
98-
"sphinx-notfound-page==1.0.2",
99-
"sphinx==7.4.7",
100-
"sphinxcontrib-websupport==1.2.7",
98+
"sphinx-notfound-page==1.0.4",
99+
"sphinx==8.0.2",
100+
"sphinxcontrib-websupport==2.0.0",
101101
"sphinxemoji==0.3.1",
102102
"vtk==9.3.1",
103103
]

0 commit comments

Comments
 (0)