Skip to content

Commit

Permalink
rst2html -> docutils (#1459)
Browse files Browse the repository at this point in the history
* Is there rst2html?

* docutils then?
  • Loading branch information
j-bennet authored Apr 20, 2024
1 parent 8cc22b9 commit 7f05cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 7f05cde

Please sign in to comment.