Skip to content

Commit 7f05cde

Browse files
authored
rst2html -> docutils (#1459)
* Is there rst2html? * docutils then?
1 parent 8cc22b9 commit 7f05cde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: behave tests/features --no-capture
8686

8787
- name: Check changelog for ReST compliance
88-
run: rst2html.py --halt=warning changelog.rst >/dev/null
88+
run: docutils --halt=warning changelog.rst >/dev/null
8989

9090
- name: Run Black
9191
run: black --check .

0 commit comments

Comments
 (0)