This is an MVCE for a bug in Sphinx in which
:meta private:
fields are not honored by autodoc when the fields come after a
field containing indented text.
To use this MVCE, install hatch, run hatch run docs:run
, and then open docs/build/index.html
.
The bug report is at sphinx-doc/sphinx#11728.