diff requirements_docs.txt @ 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 5427ca342c1e
children
line wrap: on
line diff
--- 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