bind9/doc/arm/_ext
Petr Špaček 62f3cf98d3
Parse and render rst syntax in :short: statement descriptions in tables
Without this change tables generated by .. namedconf:statementlist::
contained raw text and displayed rst syntax to users.

The raw docutil node returned by rst parser can contain unresolved
references (pending_xref nodes). We just store those nodes and let
Sphinx to resolve them later on.

Beware: This would not work if we injected nodes in later stages of
processing. All unresolved references must be in place before
'doctree-resolved' event is emitted (i.e. before resolve_references() is
called inside Sphinx).
2022-07-04 12:39:43 +02:00
..
iscconf.py Parse and render rst syntax in :short: statement descriptions in tables 2022-07-04 12:39:43 +02:00
mergegrammar.py Special-case zone in-view 2022-07-01 08:59:23 +02:00
namedconf.py Give Sphinx configuration domains access to grammar 2022-07-01 08:59:22 +02:00
rndcconf.py Give Sphinx configuration domains access to grammar 2022-07-01 08:59:22 +02:00