From f12c5f92df3d58ee3daa59c1c469a29e5ca29a60 Mon Sep 17 00:00:00 2001 From: jahn-junior Date: Wed, 28 Jan 2026 15:09:19 -0800 Subject: [PATCH 1/3] fix: use upstream docs workflow --- .github/workflows/docs_rtd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs_rtd.yaml b/.github/workflows/docs_rtd.yaml index f77f612be..cba4ad32f 100644 --- a/.github/workflows/docs_rtd.yaml +++ b/.github/workflows/docs_rtd.yaml @@ -35,7 +35,7 @@ jobs: name: Automatic doc checks needs: check-makefile if: ${{ needs.check-makefile.outputs.makefile-exists == 'true' }} - uses: canonical/sphinx-docs-starter-pack/.github/workflows/automatic-doc-checks.yml@dev + uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main check-removed-urls: name: Check removed URLs needs: check-makefile From ba8e2249d3bee4e5fb15aab5477ecabd585fa6c6 Mon Sep 17 00:00:00 2001 From: jahn-junior Date: Wed, 28 Jan 2026 15:21:59 -0800 Subject: [PATCH 2/3] fix: replace inputs --- .github/workflows/docs_rtd.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docs_rtd.yaml b/.github/workflows/docs_rtd.yaml index cba4ad32f..356b10460 100644 --- a/.github/workflows/docs_rtd.yaml +++ b/.github/workflows/docs_rtd.yaml @@ -36,6 +36,9 @@ jobs: needs: check-makefile if: ${{ needs.check-makefile.outputs.makefile-exists == 'true' }} uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main + with: + working-directory: "docs" + fetch-depth: 0 check-removed-urls: name: Check removed URLs needs: check-makefile From 024f07db0f00de1fe630ffb2fbf0ddd462aebf6b Mon Sep 17 00:00:00 2001 From: jahn-junior Date: Wed, 28 Jan 2026 15:31:05 -0800 Subject: [PATCH 3/3] docs: update changelog --- docs/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 953d6ad65..33481abcc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Each revision is versioned by the date of the revision. +## 2026-01-28 +- Update `docs_rtd` workflow to use `canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main`. + ## 2026-01-21 - Add `docs_spread` workflow to auto-generate testing materials and run Spread.