From 2856ae4b7f83d111b1623bb0067772646bfd0ad0 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Mon, 29 Aug 2022 09:40:23 +0200 Subject: [PATCH] DOCS: Update grid size for gallery (#894) Co-authored-by: Chris Holdgraf --- docs/examples/gallery.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/examples/gallery.md b/docs/examples/gallery.md index 1a30ed004..447c10e7a 100644 --- a/docs/examples/gallery.md +++ b/docs/examples/gallery.md @@ -4,5 +4,6 @@ This is a gallery of documentation built on top of the `pydata-sphinx-theme`. If you'd like to add your documentation to this list, simply add an entry to [this gallery.yaml file](https://github.com/pydata/pydata-sphinx-theme/blob/main/docs/_static/gallery.yaml) and open a Pull Request to add it. ```{gallery-grid} ../_static/gallery.yaml +:grid-columns: "1 2 2 3" ```