You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/08/02 23:16:00 UTC

[jira] [Created] (ARROW-1326) [Python] Fix Sphinx build in Travis CI

Wes McKinney created ARROW-1326:
-----------------------------------

             Summary: [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
             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
(v6.4.14#64029)