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

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