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_4_0b3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f18531fd315e50cffa18b01c3be4eb585c4a3364;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git zzzeeksphinx 1.2.1 needed w/ sphinx 3.5.0 Change-Id: Ie81ac4dfaf53b2ff7df37603b473509f320726be --- diff --git a/doc/build/conf.py b/doc/build/conf.py index 27460171b8..8bea12c3d6 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -37,7 +37,7 @@ extensions = [ "changelog", "sphinx_paramlinks", ] -needs_extensions = {"zzzeeksphinx": "1.2.0"} +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