Kouhei Sutou created ARROW-5078:
-----------------------------------
Summary: [Documentation] Sphinx is failed by
RemovedInSphinx30Warning
Key: ARROW-5078
URL: https://issues.apache.org/jira/browse/ARROW-5078
Project: Apache Arrow
Issue Type: Improvement
Components: Documentation
Reporter: Kouhei Sutou
https://travis-ci.org/apache/arrow/jobs/513850506
{noformat}
/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!
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)