changeset 715:0c73d95ec454

Need Sphinx >= 5.1 now for building the documentation
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 15 Aug 2023 18:22:55 +0200
parents 465bac57b97e
children 26a6c218a66a
files docs/conf.py requirements_docs.txt
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 -----------------------------------------------------
 
--- 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