Skip to content

Commit

Permalink
Makefile: inform rstcheck about the new card directive
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Dec 15, 2024
1 parent 2f4edf1 commit 128e82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ venv:
check: venv
# ignore-messages is needed due to links being used in directives, which
# are not visible by rstcheck as these directives are ignored (mostly faq)
venv/bin/rstcheck --recursive --ignore-directives tabs,faq,product-table \
venv/bin/rstcheck --recursive --ignore-directives card,tabs,faq,product-table \
--ignore-messages "faq(.*)Hyperlink target(.*)is not referenced" \
source

Expand Down

0 comments on commit 128e82f

Please sign in to comment.