py-flags
py-flags copied to clipboard
Sphinx reports a warning for Flags.properties
Hello,
I have started to document my code with Sphinx. I enabled to document inherited members, which causes warnings in my Sphinx run for members derived from flags.Flags
. E.g. for Flags.properties
.
D:\git\PoC\py\Base\Project.py:docstring of Base.Project.FileTypes.properties:2: WARNING: Field list ends without a blank line; unexpected unindent.
Sorry but I'm not using Sphinx so I have no idea what's wrong.