bind9/doc
Michał Kępień 33db7ea16d Use separate sphinx-build cache directories
Simultaneously starting multiple sphinx-build instances with the -d
command line switch set to a common value (which is what happens when
e.g. "make -j6 doc" is run) causes intermittent problems which we failed
to notice before because they only trigger Sphinx warnings, not errors,
e.g.:

    WARNING: toctree contains ref to nonexisting file 'reference'

The message above is not triggered because doc/arm/reference.rst is
actually missing from disk at any point, but rather because a temporary
file created by one sphinx-build instance gets truncated by another one
working in parallel (the confusing message quoted above is logged
because of an overly broad "except" statement in Sphinx code).

Prevent this problem from being triggered by making each sphinx-build
process use its own dedicated cache directory.
2021-02-03 11:44:02 +01:00
..
arm Use separate sphinx-build cache directories 2021-02-03 11:44:02 +01:00
design Add kasp nsec3param configuration 2020-11-26 10:43:27 +01:00
dev update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dnssec-guide Add the ISC DNSSEC Guide as a BIND 9 ARM appendix 2021-01-08 13:12:20 +01:00
doxygen update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
man Use separate sphinx-build cache directories 2021-02-03 11:44:02 +01:00
misc implement xfrin via XoT 2021-01-29 12:07:38 +01:00
notes Correctly initialize old key with state file 2021-02-03 08:36:01 +01:00
Makefile.am Fix "make dist" 2020-06-05 13:19:49 +02:00