From 7f05cdefbb046dfe1c57c84a7f83f1af0264cabf Mon Sep 17 00:00:00 2001 From: Irina Truong <637013+j-bennet@users.noreply.github.com> Date: Fri, 19 Apr 2024 21:08:36 -0700 Subject: [PATCH] rst2html -> docutils (#1459) * Is there rst2html? * docutils then? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9698ef4..007178f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 .