From 567be534c0a003eacb126c0b9eb36b0135f10bad Mon Sep 17 00:00:00 2001 From: Clemens Brunner Date: Thu, 2 Jul 2026 20:15:27 +0200 Subject: [PATCH 1/2] [skip actions] Widen main content area --- doc/_static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/_static/style.css b/doc/_static/style.css index 59f1ddf3864..bdaa6ec7fdd 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -460,3 +460,8 @@ div.sphx-glr-animation video { margin-left: 0 !important; margin-right: 0 !important; } + +/* widen main content area */ +.bd-article-container { + max-width: 75em; +} From 600778861ba8791f3523a16302572b3951d31939 Mon Sep 17 00:00:00 2001 From: Clemens Brunner Date: Thu, 2 Jul 2026 21:30:31 +0200 Subject: [PATCH 2/2] [skip actions] Change page width and primary sidebar --- doc/_static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/_static/style.css b/doc/_static/style.css index bdaa6ec7fdd..27796c6e250 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -462,6 +462,12 @@ div.sphx-glr-animation video { } /* widen main content area */ +.bd-page-width { + max-width: 100rem; +} +.bd-sidebar-primary { + max-width: 16rem; +} .bd-article-container { max-width: 75em; }