Remove _SupportsGetMesh from docs#7812
Conversation
|
I don't think Can we exclude it from the docs instead? |
|
Well, I suppose the simplest way to remove it from the docs is to just stop using I've updated the commit. |
|
To avoid duplication, does |
|
How about this? autodoc_type_aliases = {
"_SupportsGetMesh": "object",
}Changes |
|
Thanks, that could work. But now I think about it some more, I'm going to completely contradict what I said earlier :)
If we're using @AlexWaygood: What do you think? |
|
For Alex's reference, this is what we're talking about. Lines 414 to 424 in e1c5d57 |
This suggestion may not fly because |
|
#7841 was merged instead. |
After #7786, the docs have started failing in main - https://github.com/python-pillow/Pillow/actions/runs/7951921486/job/21705919173#step:8:254
This fixes it by adding
_SupportsGetMeshto the docs.