Skip to content

Commit

Permalink
update docutils to slightly newer version
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Dykstra <[email protected]>
  • Loading branch information
DrDaveD committed Jan 30, 2025
1 parent fbfaa5c commit 1c7503b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:

- name: Install Sphinx
run: |
# docutils==0.16 is a temporary downgrade to fix a compiling issue
# docutils==0.18 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==0.18 setuptools sphinx sphinx-rtd-theme restructuredtext_lint rstcheck pygments m2r2
- name: Lint rst
run: |
Expand Down

0 comments on commit 1c7503b

Please sign in to comment.