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 908e5a1 commit 8680047Copy full SHA for 8680047
docs/js/custom.js
@@ -67,7 +67,7 @@ $(document).ready(function() {
67
$('.rst-current-version.switcher__label').html(version.length ? version : 'Change version');
68
$('.rst-other-versions.switcher__list dl.versions dd strong').parent().addClass('rtd-current-item');
69
70
- 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()) {
71
vl.find('dd').each(function() {
72
$(this).detach().prependTo(vl);
73
});
0 commit comments