chore: limit docutils to <0.21.0

sphinx-rtd-theme currently does not support docutils 0.21.x.

This restriction can be lifted once the upstream issue has been resolved:
https://github.com/readthedocs/sphinx_rtd_theme/issues/1557
This commit is contained in:
Wolfgang Walther
2024-04-20 12:38:24 +02:00
parent c2994fb0b1
commit 07dc37e66f
+4
View File
@@ -12,6 +12,10 @@
{
"matchBaseBranches": [ "/^v[0-9]+/" ],
"groupName": "all dependencies"
},
{
"matchPackageNames": ["docutils"],
"allowedVersions": "<0.21.0"
}
]
}