summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2023-05-09 19:24:18 +0100
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2023-05-09 19:24:18 +0100
commit8942a1dddf2355928f088d6b631db8658034eaae (patch)
treed85002c2ffc45a91d0b4157a63b5d17032093df0
parentc9d0933e5d8e34aa9d2c1d88c5a80b46b575730e (diff)
downloadsphinx-git-8942a1dddf2355928f088d6b631db8658034eaae.tar.gz
Test with Docutils 0.20
-rw-r--r--.github/workflows/main.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2efc1c184..2f7b69adc 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -31,6 +31,7 @@ jobs:
docutils:
- "0.18"
- "0.19"
+ - "0.20"
steps:
- uses: actions/checkout@v3
@@ -57,13 +58,7 @@ jobs:
env:
PYTHONWARNINGS: ""
- name: Install Docutils ${{ matrix.docutils }}
- run: python -m pip install --upgrade "docutils==${{ matrix.docutils }}.*"
- if: "!endsWith(matrix.python, '-dev')"
- env:
- PYTHONWARNINGS: "error,default:pkg_resources is deprecated:DeprecationWarning::,default:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning::"
- - name: Install Docutils ${{ matrix.docutils }} (ignore warnings)
- run: python -m pip install --upgrade "docutils==${{ matrix.docutils }}.*"
- if: "endsWith(matrix.python, '-dev')"
+ run: python -m pip install --upgrade "docutils~=${{ matrix.docutils }}.0"
env:
PYTHONWARNINGS: ""
- name: Test with pytest