I also see this problem. This is due to the underlying filesystem on macOS being case insensitive. The fix is to make your file system case sensitive (this is possible but takes a while) We have two generated files pyarrow.array.rst and pyarrow.Array.rst. For me the latter is the one that reliably wins.
Uwe > Am 18.12.2018 um 12:23 schrieb Antoine Pitrou <anto...@python.org>: > > >> Le 18/12/2018 à 02:44, Antonio Cavallo a écrit : >> Mmm, done that #1, #2 and #3 >> It looks when I do a make html I receive thid: >> >> /Users/antonio/Projects/cav71.arrow/arrow/docs/source/python/api.rst:30:toctree >> references unknown document 'python/generated/pyarrow.field' > > I don't get this error here. Perhaps you can remove the > "source/python/generated" directory and try again? > > Regards > > Antoine.