mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 10:21:10 -05:00
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). |
||
|---|---|---|
| .. | ||
| iscconf.py | ||
| mergegrammar.py | ||
| namedconf.py | ||
| rndcconf.py | ||