Skip to content

Commit fdf5ace

Browse files
committed
Use config file for doc config
CI fails otherwise Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 5e4ba93 commit fdf5ace

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
@@ -24,7 +24,7 @@ dev:
2424

2525
doc8:
2626
@echo "-> Run doc8 validation"
27-
@${ACTIVATE} doc8 --quiet docs/ *.rst
27+
@${ACTIVATE} doc8 --config pyproject.toml --quiet docs/ *.rst
2828

2929
valid:
3030
@echo "-> Run Ruff format"

0 commit comments

Comments
 (0)