1
0
Fork 0

Is there rst2html?

This commit is contained in:
Irina Truong 2024-04-19 20:45:50 -07:00
parent 8cc22b9d3a
commit 49175a15bb
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.py --halt=warning changelog.rst >/dev/null
run: rst2html --halt=warning changelog.rst >/dev/null
- name: Run Black
run: black --check .