1
0
Fork 0

rst2html -> docutils (#1459)

* Is there rst2html?

* docutils then?
This commit is contained in:
Irina Truong 2024-04-19 21:08:36 -07:00 committed by GitHub
parent 8cc22b9d3a
commit 7f05cdefbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: docutils --halt=warning changelog.rst >/dev/null
- name: Run Black
run: black --check .