Skip to content

Commit 7f7360b

Browse files
authored
Partially revert 9df2111 (#19703)
It bumped the docutiils version to 0.22 but there is no release of `sphinx` that supports 0.22. The next `sphinx` release should have it. Doc CI is broken because of this, see #19701 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 671da4a commit 7f7360b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llvm/docs/requirements-hashed.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ commonmark==0.9.1 \
118118
--hash=sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60 \
119119
--hash=sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9
120120
# via recommonmark
121-
docutils==0.22 \
122-
--hash=sha256:4ed966a0e96a0477d852f7af31bdcb3adc049fbb35ccba358c2ea8a03287615e \
123-
--hash=sha256:ba9d57750e92331ebe7c08a1bbf7a7f8143b86c476acd51528b042216a6aad0f
121+
docutils==0.21.2 \
122+
--hash=sha256:3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f \
123+
--hash=sha256:dafca5b9e384f0e419294eb4d2ff9fa826435bf15f15b7bd45723e8ad76811b2
124124
# via
125125
# -r requirements.txt
126126
# myst-parser

llvm/docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sphinx==8.1.3
2-
docutils==0.22
2+
docutils==0.21.2
33
sphinx-markdown-tables==0.0.17
44
recommonmark==0.7.1
55
sphinx-automodapi==0.20.0

0 commit comments

Comments
 (0)