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.
href
1 parent bc1ede7 commit f899e58Copy full SHA for f899e58
docs/_sources/_static/versionList.js
@@ -27,6 +27,7 @@ function versionDropdown() {
27
const navTitles = document.querySelectorAll(".brand,.sidebar-brand-text");
28
createDropdown(here).then(dropdown => {
29
for (let item of navTitles) {
30
+ item.parentElement.removeAttribute("href");
31
let newTitle = document.createElement("div");
32
let newTitlePrefix = document.createElement("a");
33
newTitlePrefix.setAttribute("href", dochome);
0 commit comments