[
https://issues.apache.org/jira/browse/ARROW-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17658360#comment-17658360
]
Rok Mihevc commented on ARROW-1326:
-----------------------------------
This issue has been migrated to [issue
#15448|https://github.com/apache/arrow/issues/15448] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Python] Fix Sphinx build in Travis CI
> --------------------------------------
>
> Key: ARROW-1326
> URL: https://issues.apache.org/jira/browse/ARROW-1326
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Priority: Major
> Fix For: 0.6.0
>
>
> This started happening at some point, but isn't failing the build:
> https://travis-ci.org/apache/arrow/jobs/260259569
> {code}
> running build_sphinx
> creating /home/travis/build/apache/arrow/python/doc/_build
> creating /home/travis/build/apache/arrow/python/doc/_build/doctrees
> creating /home/travis/build/apache/arrow/python/doc/_build/html
> Running Sphinx v1.6.3
> loading pickled environment... not yet created
> [autosummary] generating autosummary for: api.rst, data.rst, development.rst,
> filesystems.rst, getting_involved.rst, index.rst, install.rst, ipc.rst,
> memory.rst, pandas.rst, parquet.rst, plasma.rst
> /home/travis/build/apache/arrow/python/.eggs/setuptools_scm-1.15.6-py3.6.egg/setuptools_scm/git.py:56:
> UserWarning: "/home/travis/build/apache/arrow" is shallow and may cause
> errors
> /home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/sphinx/util/compat.py:40:
> RemovedInSphinx17Warning: sphinx.util.compat.Directive is deprecated and
> will be removed in Sphinx 1.7, please use docutils' instead.
> RemovedInSphinx17Warning)
> WARNING: [autosummary] failed to import 'pyarrow.Array': no module named
> pyarrow.Array
> WARNING: [autosummary] failed to import 'pyarrow.ArrayValue': no module named
> pyarrow.ArrayValue
> WARNING: [autosummary] failed to import 'pyarrow.BinaryArray': no module
> named pyarrow.BinaryArray
> WARNING: [autosummary] failed to import 'pyarrow.BinaryValue': no module
> named pyarrow.BinaryValue
> WARNING: [autosummary] failed to import 'pyarrow.BooleanArray': no module
> named pyarrow.BooleanArray
> WARNING: [autosummary] failed to import 'pyarrow.BooleanValue': no module
> named pyarrow.BooleanValue
> WARNING: [autosummary] failed to import 'pyarrow.Buffer': no module named
> pyarrow.Buffer
> <SNIP>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)