From 2567d66d6afbb8ec49a0116a1567b39c26f10300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 00:20:43 +0000 Subject: [PATCH 1/3] 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](https://github.com/readthedocs/sphinx-notfound-page/compare/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](https://github.com/sphinx-doc/sphinx/compare/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](https://github.com/sphinx-doc/sphinxcontrib-websupport/compare/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] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53eb6734a2..f1e2d55c29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,9 +95,9 @@ doc = [ "sphinx-copybutton==0.5.2", "sphinx-design==0.6.0", "sphinx-gallery==0.17.0", - "sphinx-notfound-page==1.0.2", - "sphinx==7.4.7", - "sphinxcontrib-websupport==1.2.7", + "sphinx-notfound-page==1.0.4", + "sphinx==8.0.2", + "sphinxcontrib-websupport==2.0.0", "sphinxemoji==0.3.1", "vtk==9.3.1", ] From dc167c9586553c6c3f74c1d80a3c7e8f37c904d6 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 2 Aug 2024 00:21:56 +0000 Subject: [PATCH 2/3] chore: adding changelog file 3324.dependencies.md --- doc/changelog.d/3324.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3324.dependencies.md diff --git a/doc/changelog.d/3324.dependencies.md b/doc/changelog.d/3324.dependencies.md new file mode 100644 index 0000000000..ee0f7490e6 --- /dev/null +++ b/doc/changelog.d/3324.dependencies.md @@ -0,0 +1 @@ +build: bump the documentation group with 3 updates \ No newline at end of file From d3ce23ee6dbef834bec7b85dc9605949884f1b2d Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:40:27 +0200 Subject: [PATCH 3/3] build: update sphinx-design --- .devcontainer/codespaces-docs/requirements.txt | 3 +-- .devcontainer/devcontainer-local/requirements.txt | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.devcontainer/codespaces-docs/requirements.txt b/.devcontainer/codespaces-docs/requirements.txt index 413ecb0b00..f20ef9bb4c 100644 --- a/.devcontainer/codespaces-docs/requirements.txt +++ b/.devcontainer/codespaces-docs/requirements.txt @@ -18,8 +18,7 @@ pythreejs==2.4.2 sphinx-autobuild==2024.4.16 sphinx-autodoc-typehints==1.25.2 sphinx-copybutton==0.5.2 -sphinx-design==0.6.0 -sphinx-design==0.6.0 +sphinx-design==0.6.1 sphinx-gallery==0.16.0 sphinx-notfound-page==1.0.2 sphinx-reredirects==0.1.4 diff --git a/.devcontainer/devcontainer-local/requirements.txt b/.devcontainer/devcontainer-local/requirements.txt index baae7ff36d..8b43beda39 100644 --- a/.devcontainer/devcontainer-local/requirements.txt +++ b/.devcontainer/devcontainer-local/requirements.txt @@ -26,7 +26,7 @@ scipy==1.14.0 sphinx-autobuild==2024.4.16 sphinx-autodoc-typehints==1.25.2 sphinx-copybutton==0.5.2 -sphinx-design==0.6.0 +sphinx-design==0.6.1 sphinx-gallery==0.16.0 sphinx-notfound-page==1.0.2 sphinx-reredirects==0.1.4 diff --git a/pyproject.toml b/pyproject.toml index f1e2d55c29..e0a0ad58bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ doc = [ "sphinx-autobuild==2024.4.16", "sphinx-autodoc-typehints==1.25.2", "sphinx-copybutton==0.5.2", - "sphinx-design==0.6.0", + "sphinx-design==0.6.1", "sphinx-gallery==0.17.0", "sphinx-notfound-page==1.0.4", "sphinx==8.0.2",