sphinx
sphinx copied to clipboard
Fix rendering of enumerations inheriting from mixin and data types.
Fix #11353.
I'm not sure that everything is covered so feel free to argue.
@alxroyer Could you check if this patch would fix your issue?
Thanks to the new tests, I observed that there were issues. So it's still WIP
Thanks to the new tests, I observed that there were issues. So it's still WIP
Maybe convert to draft then 😄 ?
Maybe convert to draft then 😄 ?
I fixed it actually, now I'm just cleaning it up.
So there is something with docutils but I don't know what.
@jayaddison can you investigate this one please?
There's definitely something wrong with docutils HEAD. Maybe it's my fix that is causing the issue because it's really weird.
There's definitely something wrong with docutils HEAD. Maybe it's my fix that is causing the issue because it's really weird.
Lokks like tests/test_builders/test_build_linkcheck.py::test_defaults
is flaky, because I had the same failure on my PR (just re-run and it dissapeared)
Lokks like tests/test_builders/test_build_linkcheck.py::test_defaults is flaky, because I had the same failure on my PR (just re-run and it dissapeared)
It's funny because every time I rerun the test, it failed. So I am quite unlucky :(
I am really unlucky. I clearly don't know why this one became flaky now...