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:
@@ -12,6 +12,10 @@
|
||||
{
|
||||
"matchBaseBranches": [ "/^v[0-9]+/" ],
|
||||
"groupName": "all dependencies"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["docutils"],
|
||||
"allowedVersions": "<0.21.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user