Skip to content

Commit

Permalink
chore: limit docutils to <0.21.0
Browse files Browse the repository at this point in the history
sphinx-rtd-theme currently does not support docutils 0.21.x.

This restriction can be lifted once the upstream issue has been resolved:
readthedocs/sphinx_rtd_theme#1557
  • Loading branch information
wolfgangwalther committed Apr 20, 2024
1 parent c2994fb commit 07dc37e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
{
"matchBaseBranches": [ "/^v[0-9]+/" ],
"groupName": "all dependencies"
},
{
"matchPackageNames": ["docutils"],
"allowedVersions": "<0.21.0"
}
]
}

0 comments on commit 07dc37e

Please sign in to comment.