Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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