Skip to content

Commit

Permalink
[chore] Detect Sphinx roles in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Dec 30, 2024
1 parent c0ccb9e commit 5ac1263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ lint:
@pipx run flake8 --ignore=E501,E701,W503 .

rstcheck:
@pipx run rstcheck[sphinx] --ignore-directives autofunction README.rst reference/*.rst
# PyPI does not support Sphinx directives and roles
@pipx run rstcheck README.rst
@pipx run rstcheck[sphinx] --ignore-directives autofunction reference/*.rst

distribute:
@pipx run build
Expand Down

0 comments on commit 5ac1263

Please sign in to comment.