Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
sphinx.util.inspect_evaluate_forwardref
for Python 3.12.4 (#12317)
Python has recently [1] changed the signature of `_evaluate` for forward references because of type parameters. The change affects 3.13, and was backported to 3.12.4. [1]: python/cpython#118104
- Loading branch information