1
0
Fork 0

docutils then?

This commit is contained in:
Irina Truong 2024-04-19 21:00:08 -07:00
parent 49175a15bb
commit ae6e200268
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ jobs:
run: behave tests/features --no-capture
- name: Check changelog for ReST compliance
run: rst2html --halt=warning changelog.rst >/dev/null
run: docutils --halt=warning changelog.rst >/dev/null
- name: Run Black
run: black --check .