Skip to content

Commit 7b29b59

Browse files
pombredanneJonoYang
authored andcommitted
Run doc8 on all rst files
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 47cb840 commit 7b29b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dev:
1919

2020
doc8:
2121
@echo "-> Run doc8 validation"
22-
@${ACTIVATE} doc8 --max-line-length 100 --ignore-path docs/_build/ --quiet docs/
22+
@${ACTIVATE} doc8 --max-line-length 100 --ignore-path docs/_build/ --quiet docs/ *.rst
2323

2424
valid:
2525
@echo "-> Run Ruff format"

0 commit comments

Comments
 (0)