Re: [Docs] sphinx-tabs and build errors

2022-03-22 Thread Joris Van den Bossche
On Mon, 21 Mar 2022 at 20:30, Ian Joiner wrote: > Hi Joris, > > Thanks for replying! > > No but dataset isn’t the only thing missing here. It is also complaining > that pyarrow.fs is not a package. Of course it is actually a module. > Moreover the build process errors out and no docs appear at al

Re: [Docs] sphinx-tabs and build errors

2022-03-21 Thread Ian Joiner
Here is the PR: https://github.com/apache/arrow/pull/12684 > On Mar 21, 2022, at 2:52 PM, Joris Van den Bossche > wrote: > > On Sun, 20 Mar 2022 at 07:50, Ian Joiner wrote: > >> Hi, >> >> I’d like to ask about how the documentation is built. I have followed the >> instructions to build and i

Re: [Docs] sphinx-tabs and build errors

2022-03-21 Thread Ian Joiner
Hi Joris, Thanks for replying! No but dataset isn’t the only thing missing here. It is also complaining that pyarrow.fs is not a package. Of course it is actually a module. Moreover the build process errors out and no docs appear at all so these can’t simply be ignored. As for sphinx-build I can

Re: [Docs] sphinx-tabs and build errors

2022-03-21 Thread Joris Van den Bossche
On Sun, 20 Mar 2022 at 07:50, Ian Joiner wrote: > Hi, > > I’d like to ask about how the documentation is built. I have followed the > instructions to build and install the C++ and Python libraries in my > virtual environment and then followed the instructions for building the > documentation. How

[Docs] sphinx-tabs and build errors

2022-03-19 Thread Ian Joiner
Hi, I’d like to ask about how the documentation is built. I have followed the instructions to build and install the C++ and Python libraries in my virtual environment and then followed the instructions for building the documentation. However unfortunately it failed. Moreover manually adding to