]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix the version of alabaster when building the doc 13696/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 8 Jan 2024 10:47:13 +0000 (11:47 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 10 Jan 2024 10:59:01 +0000 (11:59 +0100)
Fixes
```
The alabaster extension used by this project needs at least Sphinx v3.4; it therefore cannot be built with this version.
```

(cherry picked from commit c2a7ef8bd4f2423e2dc0eaa4d4a46de99b44636b)

pdns/dnsdistdist/docs/requirements.txt

index 3d0421982c6c5d806f9dd83ed7428a77c6ef53b6..1f54e8b366ce7af875b29f8b74779320d00a4d30 100644 (file)
@@ -6,3 +6,4 @@ sphinxcontrib-httpdomain
 sphinxcontrib-fulltoc
 docutils!=0.15,<0.18
 jinja2<3.1.0
+alabaster==0.7.13