# HG changeset patch # User Franz Glasner # Date 1692116575 -7200 # Node ID 0c73d95ec454e0f4b719e002cee79563128b1042 # Parent 465bac57b97e6046a3859a88ca0819736170ab2d Need Sphinx >= 5.1 now for building the documentation diff -r 465bac57b97e -r 0c73d95ec454 docs/conf.py --- a/docs/conf.py Tue Aug 15 17:14:21 2023 +0200 +++ b/docs/conf.py Tue Aug 15 18:22:55 2023 +0200 @@ -20,6 +20,8 @@ import configmix from configmix.compat import u +needs_sphinx = "5.1" + # -- Project information ----------------------------------------------------- diff -r 465bac57b97e -r 0c73d95ec454 requirements_docs.txt --- a/requirements_docs.txt Tue Aug 15 17:14:21 2023 +0200 +++ b/requirements_docs.txt Tue Aug 15 18:22:55 2023 +0200 @@ -1,4 +1,4 @@ -r requirements_tests.txt -docutils>=0.14 -Sphinx>=1.7 - +docutils>=0.15 +# Need Python 3.7 compat for now: so <6 also +Sphinx>=5.1,<6