Skip to content

Commit

Permalink
fix(common.mk): docs ignores (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Jan 22, 2025
1 parent 4c45c0e commit 9b08557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b08557

Please sign in to comment.