diff docs/conf.py @ 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 115de6fe420e
children 26a6c218a66a
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 -----------------------------------------------------