From 69f1c6d212374b11d5c89e27d7d1dc7d9a7c33d9 Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Thu, 9 Mar 2023 20:09:10 +0100 Subject: [PATCH] Require sphinx-gallery>=0.12.1 --- {{cookiecutter.project_slug}}/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/setup.cfg b/{{cookiecutter.project_slug}}/setup.cfg index a45cdec..66a5d51 100644 --- a/{{cookiecutter.project_slug}}/setup.cfg +++ b/{{cookiecutter.project_slug}}/setup.cfg @@ -57,7 +57,7 @@ all = pytest-watch sphinx sphinx-autoapi - sphinx-gallery>=0.1.12 + sphinx-gallery>=0.12.1 sphinx_rtd_theme sphinxcontrib-versioning wheel -- GitLab