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.
|
.. doctest:: |
|
:hide: |
|
|
|
>>> context.clear() |
We should investigate the problems before updating our monkey-patches in conf.py for Sphinx 9 support (or consider requesting proper hooks upstream).
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 usesarminstead ofi386.pwntools/docs/source/intro.rst
Lines 146 to 149 in f55f440
We should investigate the problems before updating our monkey-patches in conf.py for Sphinx 9 support (or consider requesting proper hooks upstream).