From a5197e7e56304c52851122bac8bccccdb377e3e9 Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Mon, 30 Sep 2024 15:04:08 +0200 Subject: [PATCH] Partial WIP fix trainling s not matching, and catching 403 due to exhausted requests. --- docs/community/topics/kitchen-sink.md | 10 +-- .../theme/pydata_sphinx_theme/layout.html | 79 ++++++++++++------- 2 files changed, 56 insertions(+), 33 deletions(-) diff --git a/docs/community/topics/kitchen-sink.md b/docs/community/topics/kitchen-sink.md index 87d73c52c..4ef1498d5 100644 --- a/docs/community/topics/kitchen-sink.md +++ b/docs/community/topics/kitchen-sink.md @@ -7,8 +7,8 @@ The source files for these pages are stored [in the `sphinx-themes.org` reposito To update the kitchen sink source files, there is a helper Python script that will loop through the known kitchen sink files and copy over the latest text. To use it, run the following from the root of the repository: -- This links to a [closed issue](https://github.com/pydata/pydata-sphinx-theme/issues/1882) on GitHub -- That to an [opened issue](https://github.com/pydata/pydata-sphinx-theme/issues/1895) -- Pull Requests can also be [open](https://github.com/pydata/pydata-sphinx-theme/issues/1888) -- But also [merged](https://github.com/pydata/pydata-sphinx-theme/issues/1893) -- Or simply [closed](https://github.com/pydata/pydata-sphinx-theme/issues/1853) +- This links to a [closed issue](https://github.com/pydata/pydata-sphinx-theme/issue/1882) on GitHub +- That to an [opened issue](https://github.com/pydata/pydata-sphinx-theme/issue/1895) +- Pull Requests can also be [open](https://github.com/pydata/pydata-sphinx-theme/issue/1888) +- But also [merged](https://github.com/pydata/pydata-sphinx-theme/issue/1893) +- Or simply [closed](https://github.com/pydata/pydata-sphinx-theme/issue/1853) diff --git a/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html b/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html index 89d8948cb..468607028 100644 --- a/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html +++ b/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html @@ -23,45 +23,68 @@