From 3cbd0852d0420d69c8f22d5a2eb8fdf8b442e7c1 Mon Sep 17 00:00:00 2001 From: Thomas Samuel Binns Date: Wed, 9 Oct 2024 19:51:38 +0200 Subject: [PATCH] Replace multi-img with single-img --- examples/plot_compute_general.py | 2 ++ examples/plot_compute_tde.py | 2 ++ examples/plot_compute_tde_fbands.py | 2 ++ examples/plot_compute_waveshape.py | 2 ++ examples/plot_compute_waveshape_noisy_data.py | 2 ++ pyproject.toml | 2 +- 6 files changed, 11 insertions(+), 1 deletion(-) diff --git a/examples/plot_compute_general.py b/examples/plot_compute_general.py index 7abc476..6a121c2 100644 --- a/examples/plot_compute_general.py +++ b/examples/plot_compute_general.py @@ -9,6 +9,8 @@ # Author(s): # Thomas S. Binns | github.com/tsbinns +# sphinx_gallery_multi_image = "single" + # %% import numpy as np diff --git a/examples/plot_compute_tde.py b/examples/plot_compute_tde.py index ae794c5..5ad2df6 100644 --- a/examples/plot_compute_tde.py +++ b/examples/plot_compute_tde.py @@ -10,6 +10,8 @@ # Author(s): # Thomas S. Binns | github.com/tsbinns +# sphinx_gallery_multi_image = "single" + # %% import numpy as np diff --git a/examples/plot_compute_tde_fbands.py b/examples/plot_compute_tde_fbands.py index d8df7dd..4ab8df6 100644 --- a/examples/plot_compute_tde_fbands.py +++ b/examples/plot_compute_tde_fbands.py @@ -10,6 +10,8 @@ # Author(s): # Thomas S. Binns | github.com/tsbinns +# sphinx_gallery_multi_image = "single" + # %% import numpy as np diff --git a/examples/plot_compute_waveshape.py b/examples/plot_compute_waveshape.py index 88f60f6..c58623f 100644 --- a/examples/plot_compute_waveshape.py +++ b/examples/plot_compute_waveshape.py @@ -9,6 +9,8 @@ # Author(s): # Thomas S. Binns | github.com/tsbinns +# sphinx_gallery_multi_image = "single" + # %% import numpy as np diff --git a/examples/plot_compute_waveshape_noisy_data.py b/examples/plot_compute_waveshape_noisy_data.py index a309ffa..8940c84 100644 --- a/examples/plot_compute_waveshape_noisy_data.py +++ b/examples/plot_compute_waveshape_noisy_data.py @@ -10,6 +10,8 @@ # Author(s): # Thomas S. Binns | github.com/tsbinns +# sphinx_gallery_multi_image = "single" + # %% import numpy as np diff --git a/pyproject.toml b/pyproject.toml index 367a0d1..3afcae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ doc = [ "pydata-sphinx-theme", "sphinx", "sphinx-copybutton", - "sphinx-gallery", + "sphinx-gallery>=0.18", "sphinxcontrib-bibtex", ] lint = [