8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d6285 commit d39c311Copy full SHA for d39c311
python_docs_theme/static/sidebar.js_t
@@ -45,7 +45,7 @@ const initialiseSidebar = () => {
45
{% if sphinx_version_tuple is defined and sphinx_version_tuple[0] >= 5 %}
46
const sidebarButton = document.getElementById("sidebarbutton")
47
const sidebarArrow = sidebarButton.querySelector('span')
48
-{% else %}
+{% else %}
49
// create the sidebar button element
50
const sidebarButton = document.createElement("div")
51
sidebarButton.id = "sidebarbutton"
0 commit comments