mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-22 09:20:51 -05:00
Luckily we don't rely on SphinxDirective functionality which does not exist in 1.6.7. Replace it with docutils Directive. transform_content() callback was added only in Sphinx 3.0.0. Detect if it was not called and call it manually. The transform_content() function requires access to inner "contentnode" which is created inside run(). This workaround relies on the order of node as it was in the pre-3.0.0 versions, but it should not matter as new versions will not trigger the workaround. (cherry picked from commit 8796ad7fe8ed24d1287bfd94ef1ee283d778c047) |
||
|---|---|---|
| .. | ||
| iscconf.py | ||
| mergegrammar.py | ||
| namedconf.py | ||
| rndcconf.py | ||