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:
- Host: GitHub
- URL: https://github.com/jwodder/sphinx-bug-20231017
- Owner: jwodder
- License: mit
- Created: 2023-10-17T14:48:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T15:05:19.000Z (over 2 years ago)
- Last Synced: 2025-03-21T00:20:52.719Z (12 months ago)
- Topics: bug-reproduction, python, sphinx
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .