Skip to content

Commit

Permalink
Merge branch 'canonical:main' into docs-translate-md
Browse files Browse the repository at this point in the history
  • Loading branch information
jahn-junior authored Jan 23, 2025
2 parents c800c10 + 38d55a5 commit 37bbe70
Show file tree
Hide file tree
Showing 2 changed files with 189 additions and 188 deletions.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ lint-docs: ##- Lint the documentation
ifneq ($(CI),)
@echo ::group::$@
endif
uv run --extra docs sphinx-lint --max-line-length 88 --ignore docs/reference/commands --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
Expand Down
Loading

0 comments on commit 37bbe70

Please sign in to comment.