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.
2 parents 915d445 + d6b4303 commit b70710aCopy full SHA for b70710a
.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
requirements/development.txt
@@ -5,5 +5,5 @@ coverage==6.4.4
5
factory_boy==3.2.1
6
flake8==5.0.4
7
ipython==8.5.0
8
-rstcheck==5.0.0
+rstcheck==6.1.0
9
sphinx==5.2.2
0 commit comments