Skip to content

Commit b8137c2

Browse files
committed
Revert LaTeX tests use Docutils HEAD from PR sphinx-doc#13657
This was done to force using 0.22, but this is now the latest release of Docutils, so the added LaTeX build tests for CSS3 length units will be executed.
1 parent 6c9e320 commit b8137c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ jobs:
312312
enable-cache: false
313313
- name: Install dependencies
314314
run: uv pip install . --group test
315-
- name: Install Docutils' HEAD
316-
run: uv pip install "docutils @ git+https://repo.or.cz/docutils.git#subdirectory=docutils"
317315
- name: Test with pytest
318316
run: python -m pytest -vv --durations 25
319317
env:

0 commit comments

Comments
 (0)