We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351c13e commit 96cf353Copy full SHA for 96cf353
docs/_static/style.css
@@ -2,7 +2,6 @@
2
@import url('https://fonts.googleapis.com/css2?family=Google+Sans');
3
4
/* Base LP sidebar modifications */
5
-body:has(.hero) .sidebar-toggle,
6
body:has(.hero) .bd-sidebar-secondary {
7
display: none !important;
8
}
docs/index.rst
@@ -1,17 +1,6 @@
1
JAX: High performance array computing
=====================================
-.. raw:: html
-
- <script>
- /* Along with some CSS settings in style.css (look for `body:has(.hero)`)
- this will ensure that the menu sidebar is hidden on the main page. */
9
- if (window.innerWidth >= 960) {
10
- document.getElementById("__primary").checked = true;
11
- }
12
- </script>
13
14
15
.. raw:: html
16
:file: hero.html
17
0 commit comments