An open API service indexing awesome lists of open source software.

https://github.com/jwodder/sphinx-bug-20231017

MVCE for a bug in Sphinx regarding indentation and :meta:
https://github.com/jwodder/sphinx-bug-20231017

bug-reproduction python sphinx

Last synced: 11 months ago
JSON representation

MVCE for a bug in Sphinx regarding indentation and :meta:

Awesome Lists containing this project

README

          

This is an MVCE for a bug in [Sphinx](https://www.sphinx-doc.org) 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](https://hatch.pypa.io), run `hatch run
docs:run`, and then open `docs/build/index.html`.

The bug report is at .