We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708ebf1 commit d6b4303Copy full SHA for d6b4303
.github/workflows/validate-documentation.yml
@@ -27,4 +27,4 @@ jobs:
27
with:
28
virtualenv-location: "~/venv/current"
29
- name: Run rstcheck
30
- run: ~/venv/current/bin/rstcheck --report warning docs/source/*.rst
+ run: ~/venv/current/bin/rstcheck --report-level warning docs/source/*.rst
0 commit comments