From 53d2313275d23cf0b71b084a1d1feec4e1817603 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Fri, 17 Jan 2025 21:45:07 -0500 Subject: [PATCH] fix(common.mk): docs ignores See: https://github.com/canonical/charmcraft/pull/2096 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 6407b00..9117213 100644 --- a/common.mk +++ b/common.mk @@ -163,7 +163,7 @@ lint-docs: ##- Lint the documentation ifneq ($(CI),) @echo ::group::$@ endif - uv run --extra docs sphinx-lint --max-line-length 88 --enable all $(DOCS) + uv run --extra docs sphinx-lint --max-line-length 88 --ignore docs/reference/commands --ignore docs/_build --enable all $(DOCS) ifneq ($(CI),) @echo ::endgroup:: endif