From cf6a245ff232b71267b8c4f337840eea0cc7dc4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 06:22:16 +0000 Subject: [PATCH 1/2] Bump actions/deploy-pages from 4.0.5 to 5.0.0 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4.0.5 to 5.0.0. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e...cd2ce8fcbc39b97be8ca5fce6e763baed58fa128) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sphinx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index fabc11da8846..be399c3b1703 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -40,4 +40,4 @@ jobs: steps: - name: 'Deploy to GitHub Pages' id: deployment - uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # version 4.0.5 + uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # version 5.0.0 From ee7560d6c992fe20eb38ee593fab136575cdb2dd Mon Sep 17 00:00:00 2001 From: Alex Shovlin Date: Mon, 30 Mar 2026 15:26:41 -0400 Subject: [PATCH 2/2] Change example URL to known one to pass linkcheck --- _static/files/command-name.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_static/files/command-name.rst b/_static/files/command-name.rst index 6bc40442c673..72aa6b99e558 100644 --- a/_static/files/command-name.rst +++ b/_static/files/command-name.rst @@ -24,4 +24,4 @@ Output:: "Each indent": "Must be 4 spaces" } -For more information, see `This is the topic title `__ in the *Name of your guide*. +For more information, see `This is the topic title `__ in the *Name of your guide*.