From d838bdd6a6203d657c89630d180b96e8a75ffd74 Mon Sep 17 00:00:00 2001 From: jahn-junior Date: Tue, 16 Jun 2026 13:50:46 -0700 Subject: [PATCH 1/2] fix: don't run checks on dir --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 3561e99f..d207fb9e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -21,7 +21,7 @@ VALE_DIR ?= $(DOCS_VENVDIR)/lib/python*/site-packages/vale VALE_CONFIG ?= $(DEV_DIR)/vale.ini PA11Y_CMD ?= $(DEV_DIR)/node_modules/pa11y/bin/pa11y.js --config $(DEV_DIR)/pa11y.json CONFIRM_SUDO ?= N -CHECK_PATH ?= $(filter-out $(DOCS_VENVDIR) $(DOCS_BUILDDIR),$(wildcard *)) +CHECK_PATH ?= $(filter-out $(DOCS_VENVDIR) $(DOCS_BUILDDIR) $(DEV_DIR),$(wildcard *)) # Put it first so that "make" without argument is like "make help". help: From 97ecbd39492203a86882fcb9b426ad6b5d1044b7 Mon Sep 17 00:00:00 2001 From: jahn-junior Date: Tue, 16 Jun 2026 13:56:26 -0700 Subject: [PATCH 2/2] docs: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b1ccc4..7ff9b6ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ### Changed -* `docs/Makefile` [#605](https://github.com/canonical/sphinx-stack/pull/605) +* `docs/Makefile` [#605](https://github.com/canonical/sphinx-stack/pull/605), [#610](https://github.com/canonical/sphinx-stack/pull/610) * `README.md` [#603](https://github.com/canonical/sphinx-stack/pull/603) * `.github/workflows/cla-check.yml` [#606](https://github.com/canonical/sphinx-stack/pull/606)