Closed rkdarst closed 3 years ago
This is actually already fixed with upstream docutils (0.5.2), which limits to docutils<0.17. So, I think this can be closed.
we can and also dependabot to watch dependecies on all repos (where it is possible) so that we don't have to
In another repo I hit the same bug and solved it by reordering dependencies, first listing sphinx_rtd_theme
.
This is actually already fixed with upstream docutils (0.5.2), which limits to docutils<0.17. So, I think this can be closed.
So shall I close and not merge?
sphinx_rtd_theme and sphinx have both fixed this for now by pinning docutils<0.17, so it doesn't matter the order of requirements and in most cases we get the right version. There are still chances things can come up until sphinx_rtd_theme fixes some remaining differences, but I think we can close this.