Closed as not planned
Description
The "See also" boxes on Python 3.10 docs (but not Python 3.9, 3.11 or 3.12) seem broken in that they extend well past where they're meant to end.
For example on:
https://docs.python.org/3/library/re.html (the box starting with "The third-party regex module")
https://docs.python.org/3/library/collections.html (the box starting with "The MultiContext class")

