You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by Kouhei Sutou <ko...@clear-code.com> on 2019/04/01 02:55:30 UTC

CI failure by Sphinx

Hi,

Our CI is failed since 2 days ago:
  https://travis-ci.org/apache/arrow/jobs/513191828#L5131-L5141

----
/home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/sphinx/util/docutils.py:311: RemovedInSphinx30Warning: function based directive support is now deprecated. Use class based directive instead.
  RemovedInSphinx30Warning)
Exception occurred:
  File "/home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/breathe/renderer/sphinxrenderer.py", line 38, in parse_definition
    ast = parser.parse_declaration("class")
TypeError: parse_declaration() missing 1 required positional argument: 'directiveType'
The full traceback has been saved in /tmp/sphinx-err-i64grj3x.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
----

I've filed this: https://issues.apache.org/jira/browse/ARROW-5078

Could someone work on this?


Thanks,
--
kou


Re: CI failure by Sphinx

Posted by Krisztián Szűcs <sz...@gmail.com>.
Sphinx has a new release which is not followed by breathe yet.
I'm pinning sphinx.

On Mon, Apr 1, 2019 at 4:55 AM Kouhei Sutou <ko...@clear-code.com> wrote:

> Hi,
>
> Our CI is failed since 2 days ago:
>   https://travis-ci.org/apache/arrow/jobs/513191828#L5131-L5141
>
> ----
> /home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/sphinx/util/docutils.py:311:
> RemovedInSphinx30Warning: function based directive support is now
> deprecated. Use class based directive instead.
>   RemovedInSphinx30Warning)
> Exception occurred:
>   File
> "/home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/breathe/renderer/sphinxrenderer.py",
> line 38, in parse_definition
>     ast = parser.parse_declaration("class")
> TypeError: parse_declaration() missing 1 required positional argument:
> 'directiveType'
> The full traceback has been saved in /tmp/sphinx-err-i64grj3x.log, if you
> want to report the issue to the developers.
> Please also report this if it was a user error, so that a better error
> message can be provided next time.
> A bug report can be filed in the tracker at <
> https://github.com/sphinx-doc/sphinx/issues>. Thanks!
> ----
>
> I've filed this: https://issues.apache.org/jira/browse/ARROW-5078
>
> Could someone work on this?
>
>
> Thanks,
> --
> kou
>
>