From: Peter van Dijk Date: Tue, 11 Feb 2020 11:31:31 +0000 (+0100) Subject: limit python deps to stuff that still works on py2 X-Git-Tag: rec-4.1.16~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8809%2Fhead;p=thirdparty%2Fpdns.git limit python deps to stuff that still works on py2 --- diff --git a/pdns/recursordist/docs/requirements.txt b/pdns/recursordist/docs/requirements.txt index 8a1fec06f5..af5d0592b6 100644 --- a/pdns/recursordist/docs/requirements.txt +++ b/pdns/recursordist/docs/requirements.txt @@ -1,7 +1,8 @@ -Sphinx>=1.5.0,!=1.8.0 +Sphinx>=1.5.0,!=1.8.0,<2.0.0 git+https://github.com/pieterlexis/sphinx-jsondomain@no-type-links git+https://github.com/pieterlexis/sphinx-lua@pdns git+https://github.com/pieterlexis/sphinx-changelog@render-tags guzzle_sphinx_theme -sphinxcontrib.httpdomain +sphinxcontrib-httpdomain sphinxcontrib-fulltoc +setuptools<45