diff --git a/docs/community/topics/kitchen-sink.md b/docs/community/topics/kitchen-sink.md index 2a4b2b410a..951fde7e9b 100644 --- a/docs/community/topics/kitchen-sink.md +++ b/docs/community/topics/kitchen-sink.md @@ -6,3 +6,9 @@ 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: + +- [issue closed](https://github.com/pydata/pydata-sphinx-theme/issues/1882) +- [issue open](https://github.com/pydata/pydata-sphinx-theme/issues/1895) +- [pull open](https://github.com/pydata/pydata-sphinx-theme/issues/1888) +- [pull merged](https://github.com/pydata/pydata-sphinx-theme/issues/1893) +- [pull closed](https://github.com/pydata/pydata-sphinx-theme/issues/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 9fb914b50f..06c14d90b7 100644 --- a/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html +++ b/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html @@ -17,6 +17,85 @@ document.documentElement.dataset.mode = localStorage.getItem("mode") || "{{ default_mode }}"; document.documentElement.dataset.theme = localStorage.getItem("theme") || "{{ default_mode }}"; + + {{ _webpack.head_pre_assets() }} {{ _webpack.head_pre_icons() }} {{- css() }}