Skip to content

Commit b70710a

Browse files
authored
Merge #1208 (update rstcheck to 6.1.0)
2 parents 915d445 + d6b4303 commit b70710a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/validate-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
with:
2828
virtualenv-location: "~/venv/current"
2929
- name: Run rstcheck
30-
run: ~/venv/current/bin/rstcheck --report warning docs/source/*.rst
30+
run: ~/venv/current/bin/rstcheck --report-level warning docs/source/*.rst

requirements/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ coverage==6.4.4
55
factory_boy==3.2.1
66
flake8==5.0.4
77
ipython==8.5.0
8-
rstcheck==5.0.0
8+
rstcheck==6.1.0
99
sphinx==5.2.2

0 commit comments

Comments
 (0)