Skip to content

Sphinx 9 incompatibility #2711

@peace-maker

Description

@peace-maker

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions