diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index 71343f1c12..537e5e243e 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -106,7 +106,7 @@ h3.admonition-title::before { mask-image: var(--icon-admonition-default); mask-repeat: no-repeat; } -/* Apply class selector from inline page.html */ +/* Hides an element by removing it from the document flow */ .hidden { display: none; } diff --git a/docs/source/_static/js/custom.js b/docs/source/_static/js/custom.js index c529a706f0..ace62d96dc 100644 --- a/docs/source/_static/js/custom.js +++ b/docs/source/_static/js/custom.js @@ -232,7 +232,6 @@ function loadShortbread() { // Functions to run after the DOM loads. function runAfterDOMLoads() { expandSubMenu(); - makeCodeBlocksScrollable(); setupKeyboardFriendlyNavigation(); loadThemeFromLocalStorage(); diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html deleted file mode 100644 index 62d7f8ca84..0000000000 --- a/docs/source/_templates/layout.html +++ /dev/null @@ -1,61 +0,0 @@ - \ No newline at end of file diff --git a/docs/source/_templates/partials/_head_css_variables.html b/docs/source/_templates/partials/_head_css_variables.html index e69de29bb2..98f9d52ab0 100644 --- a/docs/source/_templates/partials/_head_css_variables.html +++ b/docs/source/_templates/partials/_head_css_variables.html @@ -0,0 +1,9 @@ +