Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python39-sphinx-selective-exclude - Sphinx eager ".. only::" directive and other selective rendition extensions
- Description:
The implementation of ".. only::" directive in Sphinx documentation
generation tool is known to violate principles of least user surprise
and user expectations in general. Instead of excluding content early
in the pipeline (pre-processor style), Sphinx defers exclusion until
output phase, and what's the worst, various stages processing ignore
"only" blocks and their exclusion status, so they may leak unexpected
information into ToC, indexes, etc.
Packages