bind9/doc
Petr Špaček c56bcbdb6a
Support Sphinx 1.6.7
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)
2022-07-21 15:26:26 +02:00
..
arm Support Sphinx 1.6.7 2022-07-21 15:26:26 +02:00
design Drop documents that have been folded into doc/dev/dev.md 2022-03-10 14:53:21 +00:00
dev Enforce Python codestyle with black 2022-06-08 13:18:27 +02:00
dnssec-guide Avoid opt-out flag in dnssec-signzone examples 2022-07-21 15:18:55 +02:00
doxygen Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
man Update documentation for named's -M option 2022-07-15 10:31:53 +02:00
misc Sort grammar map keys while pretty printing them 2022-07-01 10:21:05 +02:00
notes BIND 9.18.5 2022-07-21 12:31:03 +02:00
Makefile.am Install man pages when sphinx-build tool is missing 2021-05-25 11:21:32 +02:00