Conversation
|
A PR has been generated to the instance repo: You can check out the PR to preview your changes |
what's the benefit of 0.17 over .18 and .19? |
|
It creates valid HTML and doesn’t mess up our layout horribly. See #190 |
grst
left a comment
There was a problem hiding this comment.
I see... so the regression was introduced in 0.18 and will be fixed in 0.20...
|
looks like it yeah! |
|
@grst do you want to do the release with this? I hope the update code finally works! |
|
So you mean cherry-picking this one as well into the 0.2.x branch? |
|
yeah, I’ve been doing a lot of releases because there was no good way to test |
Fixes #190
Docutils 0.20 has the patch we need, and Sphinx 7.0.1 is necessary for docutils 0.20, sphinx-book-theme only accepts sphinx <7
Therefore we can specify
docutils>=0.8, !=0.18.*, !=0.19.*, which will give us docutils 0.17 until sphinx-book-theme supports sphinx 7.