You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dian Fu (Jira)" <ji...@apache.org> on 2021/10/27 03:23:00 UTC

[jira] [Commented] (FLINK-24662) PyFlink sphinx check failed with "node class 'meta' is already registered, its visitors will be overridden"

    [ https://issues.apache.org/jira/browse/FLINK-24662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434649#comment-17434649 ] 

Dian Fu commented on FLINK-24662:
---------------------------------

It should be caused by the latest release docutils [https://pypi.org/project/docutils/0.18/#history]

To fix it, we could simply set the version to an old version.

> PyFlink sphinx check failed with "node class 'meta' is already registered, its visitors will be overridden"
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-24662
>                 URL: https://issues.apache.org/jira/browse/FLINK-24662
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Python, Tests
>    Affects Versions: 1.13.0, 1.14.0, 1.15.0
>            Reporter: Dian Fu
>            Assignee: Dian Fu
>            Priority: Major
>
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=25481&view=logs&j=9cada3cb-c1d3-5621-16da-0f718fb86602&t=8d78fe4f-d658-5c70-12f8-4921589024c3]
> {code}
> ==========mypy checks... [SUCCESS]===========
> Oct 26 22:08:34 rm -rf _build/*
> Oct 26 22:08:34 /__w/1/s/flink-python/dev/.conda/bin/sphinx-build -b html -d _build/doctrees  -a -W . _build/html
> Oct 26 22:08:34 Running Sphinx v2.4.4
> Oct 26 22:08:34 
> Oct 26 22:08:34 Warning, treated as error:
> Oct 26 22:08:34 node class 'meta' is already registered, its visitors will be overridden
> Oct 26 22:08:34 Makefile:76: recipe for target 'html' failed
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)