Closed ihincks closed 2 years ago
An unsatisfying ending that doesn't answer any questions but does make this problem go away: building with the python that ships with mac os (/usr/bin/python3.9) instead of homebrew python3.9 makes this error disappear.
Informations
What is the current behavior?
autosummary
is getting confused about the contents ofarray.Array
and failing the build. Previous debugging of this sort of stuff leads me to believe it's only complaining about array because it comes first alphabetically.Steps to reproduce the problem
Setup:
Build attempt:
Returns:
As usual, the
-P
option on sphinx is useless.Unsurprisingly, same behaviour with tox as the environment is basically identical:
Gives
What is the expected behavior?
Docs should build.
Suggested solutions