From 3e540af44b15880de4f0f813d11b992b3d136763 Mon Sep 17 00:00:00 2001 From: James Knight Date: Sat, 9 Sep 2023 15:22:31 -0400 Subject: [PATCH] doc: sync supported sphinx versions (v7.2.x) Sphinx provides a stable v7.2.x series; adjusting the documentation to range only supported revisions. See CONTRIBUTING.rst for additional information. Signed-off-by: James Knight --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index d4bd0999..9ba0ff59 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -15,7 +15,7 @@ supported_confluence_ver = '7.14+' supported_python_ver = '3.8+' -supported_sphinx_ver = '5.3+' +supported_sphinx_ver = '6.1+' root_doc = 'contents'