From bb5d35508c454c4fb1b439910368f36f3f59388f Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:16:24 -0600 Subject: [PATCH] stop requiring old docutils Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> --- .github/workflows/pull_request.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a401946..062ad73 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -34,10 +34,7 @@ jobs: - name: Install Sphinx run: | - # docutils==0.16 is a temporary downgrade to fix a compiling issue - # see https://github.com/CrossNox/m2r2/issues/68 - # requiring docutils version <0.21 - pip install --user --upgrade --upgrade-strategy eager docutils==0.16 setuptools sphinx sphinx-rtd-theme restructuredtext_lint rstcheck pygments m2r2 + pip install --user --upgrade --upgrade-strategy eager docutils setuptools sphinx sphinx-rtd-theme restructuredtext_lint rstcheck pygments m2r2 - name: Lint rst run: |