Revert Docutils version change

This caused a gnarly dependency resolution problem that could not be
easly rectified. Perhaps a future Sphinx release will fix this.
This commit is contained in:
Justin Mayer 2025-10-16 08:38:09 +02:00
commit 35f7b0dd6b

View file

@ -30,7 +30,7 @@ classifiers = [
requires-python = ">=3.9,<4.0"
dependencies = [
"blinker>=1.7.0",
"docutils>=0.22.2",
"docutils>=0.20.1",
"feedgenerator>=2.1.0",
"jinja2>=3.1.2",
"ordered-set>=4.1.0",