Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sphinx warning counted as Doxygen #113

Open
Letme opened this issue Feb 18, 2022 · 1 comment
Open

Sphinx warning counted as Doxygen #113

Letme opened this issue Feb 18, 2022 · 1 comment
Assignees
Labels

Comments

@Letme
Copy link
Member

Letme commented Feb 18, 2022

I have following output of warnings (sphinx):

<rst_prolog>:9: WARNING: Field list ends without a blank line; unexpected unindent.
<rst_prolog>:9: WARNING: Field list ends without a blank line; unexpected unindent.

With warnings plugin in command parsing (and output file) configuration to detect both Sphinx and Doxygen warnings, but that above warning is counted as Doxygen warning.

{
    "sphinx": {
        "enabled": true,
        "min": 0,
        "max": 0
    },
    "doxygen":{
        "enabled": true,
        "min": 0,
        "max": 0
    }
}

It seems like some plugin outputs bad Sphinx warning, but it should be counted as Sphinx warning and not as doxygen.

@JasperCraeghs
Copy link
Member

Is the issue resolved when you remove the rst_prolog variable and merge its contents into rst_epilog in conf.py?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants