]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix ARM build on readthedocs.org
authorPetr Špaček <pspacek@isc.org>
Thu, 29 Apr 2021 15:13:02 +0000 (17:13 +0200)
committerPetr Špaček <pspacek@isc.org>
Fri, 30 Apr 2021 11:02:22 +0000 (13:02 +0200)
By default readthedocs.org uses Sphinx 1.8.5, but MR !4563 has
introduced depedency on ReferenceRole class which is available only in
Sphinx 2.0.0.

Path to doc/arm/requirements.txt needs to be configured in
readthedocs.org.

doc/arm/requirements.txt [new file with mode: 0644]

diff --git a/doc/arm/requirements.txt b/doc/arm/requirements.txt
new file mode 100644 (file)
index 0000000..bf5cf66
--- /dev/null
@@ -0,0 +1 @@
+Sphinx>=2