Closed jamesbraza closed 1 year ago
Currently rstcheck only supports standard rst and default sphinx directives. Therefore you would need to put automodule
on the ignorelist for directives.
Example .rstcheck.cfg
file:
[rstcheck]
ignore_directives = automodule
There is currently a feature request which aims to change this: https://github.com/rstcheck/rstcheck-core/issues/68
To Dos
Example Code (rst)
Relevant log output
Description
sphinx-apidoc
fields don't appear to be recognized, how can this be solved?Operating System
macOS
Operating System Details
No response
Python Version
3.11.4
rstcheck Version
These come from
pip install rstcheck[sphinx]
Additional Context
No response