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

pdns/recursordist/docs/requirements.txt

index 85b4511975f006117350068b662fa0e5b490b1fe..08f7ee915349059431201d5b5db46eb5ee008ddf 100644 (file)
@@ -7,3 +7,4 @@ sphinxcontrib.httpdomain
 sphinxcontrib-fulltoc
 docutils!=0.15,<0.18
 jinja2<3.1.0
+alabaster==0.7.13