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 b4b2ce7 commit ed8f983Copy full SHA for ed8f983
docs/js/custom.js
@@ -58,7 +58,7 @@ $(document).ready(function() {
58
$('.rst-current-version.switcher__label').html(version.length ? version : 'Change version');
59
$('.rst-other-versions.switcher__list dl.versions dd strong').parent().addClass('rtd-current-item');
60
61
- if ('master' !== (vl = $('.rst-other-versions.switcher__list dl.versions')).find('dd:first').text()) {
+ if ('latest' !== (vl = $('.rst-other-versions.switcher__list dl.versions')).find('dd:first').text()) {
62
vl.find('dd').each(function() {
63
$(this).detach().prependTo(vl);
64
});
0 commit comments