Sphinx 9 incompatibility
Author: peace-makerCreated Apr 5, 2026Updated Apr 5, 2026
Labelsbugbackport-required
Running our doctests using Sphinx 9+, the context.clear() calls in hidden doctest sections aren't executed causing the following tests to fail since the assembler still uses arm instead of i386.
We should investigate the problems before updating our monkey-patches in conf.py for Sphinx 9 support (or consider requesting proper hooks upstream).
Source: Gallopsled/pwntools