We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 084f118 + 3074a2d commit 23cfd0cCopy full SHA for 23cfd0c
1 file changed
.github/workflows/rstcheck.yml
@@ -24,4 +24,4 @@ jobs:
24
run: python -m pip install sphinx tomli rstcheck[toml,sphinx]
25
26
- name: rstcheck
27
- run: find _doc teachpyx -name "*.rst" ! -path "_doc/articles/2026/2026-03-15-route2026-ml.rst" -print0 | xargs -0 rstcheck
+ run: find _doc teachpyx -name "*.rst" ! -path "_doc/articles/2026/2026-03-15-route2026-ml.rst" -print0 | xargs -0 -r rstcheck
0 commit comments