From e70e8a7f89f9b50d8f1e3161c44bbfcf64e8b9f3 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 8 May 2020 11:25:14 -0400 Subject: Expand CTE testing and begin to make this more prominent. SQLite supports CTEs as do both the MariaDB and MySQL databases now. Expand test support and begin adding new tutorial sections to make this concept more prominent. Also fix some formatting issues in the tutorial, and start moving more towards {opensql} - the "SQL" button thing is cool but the tutorials mainly need to illustrate how the SQL looks for things. Screens are bigger now and we likely should move away from the SQL button almost entirely. CTE for the tutorial needed zzzeeksphinx fix to recognize "WITH" so bumping that to latest release number in git. Change-Id: Ia1bbe3248b4f7c74fbee06fedf76a6ce94cd28a6 References: #5269 --- doc/build/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/build/conf.py') diff --git a/doc/build/conf.py b/doc/build/conf.py index 4ebb93b85..95c690fae 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -37,7 +37,7 @@ extensions = [ "changelog", "sphinx_paramlinks", ] -needs_extensions = {"zzzeeksphinx": "1.1.2"} +needs_extensions = {"zzzeeksphinx": "1.1.5"} # Add any paths that contain templates here, relative to this directory. # not sure why abspath() is needed here, some users -- cgit v1.2.1