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 3bb86f2 commit fc12dbcCopy full SHA for fc12dbc
src/pydata_sphinx_theme/assets/scripts/pydata-sphinx-theme.js
@@ -474,6 +474,7 @@ function showVersionWarningBanner(data) {
474
}
475
// now construct the warning banner
476
var outer = document.createElement("aside");
477
+ // TODO: add to translatable strings
478
outer.setAttribute("aria-label", "Version warning");
479
const middle = document.createElement("div");
480
const inner = document.createElement("div");
0 commit comments