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 9b32424 commit 39b600fCopy full SHA for 39b600f
Doc/tools/static/rtd_switcher.js
@@ -7,7 +7,7 @@
7
document.addEventListener("readthedocs-addons-data-ready", function(event) {
8
const config = event.detail.data()
9
const versionSelect = `
10
- <select id="version_select" aria-label="Python Version">
+ <select id="version_select" aria-label="Python version">
11
${ config.versions.active.map(
12
(version) => `
13
<option
0 commit comments