Pin docutils to 0.21 (#9344)

This commit is contained in:
Andrew Murray 2025-12-20 23:51:05 +11:00 committed by GitHub
parent 205e52b1ee
commit 6df6cd4480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,7 @@ dynamic = [
"version",
]
optional-dependencies.docs = [
"docutils==0.21", # Pending https://github.com/pradyunsg/sphinx-inline-tabs/pull/51
"furo",
"olefile",
"sphinx>=8.2",