From: Mike Bayer Date: Mon, 15 Feb 2021 19:40:31 +0000 (-0500) Subject: zzzeeksphinx 1.2.1 needed w/ sphinx 3.5.0 X-Git-Tag: rel_1_3_24~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7240cee1271314e0d7f9d6f6500eecb823866f9c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git zzzeeksphinx 1.2.1 needed w/ sphinx 3.5.0 Change-Id: Ie81ac4dfaf53b2ff7df37603b473509f320726be (cherry picked from commit f18531fd315e50cffa18b01c3be4eb585c4a3364) --- diff --git a/doc/build/conf.py b/doc/build/conf.py index 84339c9faf..94a2652acd 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -37,7 +37,7 @@ extensions = [ "changelog", "sphinx_paramlinks", ] -needs_extensions = {"zzzeeksphinx": "1.1.5"} +needs_extensions = {"zzzeeksphinx": "1.2.1"} # Add any paths that contain templates here, relative to this directory. # not sure why abspath() is needed here, some users