Fix unit tests on Sphinx 7.2+.

Review Request #13325 — Created Oct. 9, 2023 and submitted — Latest diff uploaded

Information

beanbag-docutils
master

Reviewers

Sphinx 7.2+ changed some the reference output for function arguments to
include domains. This wasn't expected by the unit tests.

This change updates the tests to check for these strings on 7.2+, and
updates our test suite to more correctly build the 7.x series.

Unit tests pass.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix unit tests on Sphinx 7.2+.
Sphinx 7.2+ changed some the reference output for function arguments to include domains. This wasn't expected by the unit tests. This change updates the tests to check for these strings on 7.2+, and updates our test suite to more correctly build the 7.x series.
69e3d11f92a2a029e64f6eb51e6bc606f76beec3 Christian Hammond
tox.ini
beanbag_docutils/sphinx/ext/tests/test_autodoc_utils.py
Loading...