Skip to content

Commit 92f9977

Browse files
authored
Remove Downloads title from doc switcher
1 parent 53b5f10 commit 92f9977

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/_static/version_switch.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
}
5252
vswitch.push('</dl>');
5353

54-
vswitch.push('<dl>');
55-
vswitch.push('<dt>Downloads</dt>');
56-
// var pdf_url = root_url + current_version + "/libgpuarray.pdf"
57-
// vswitch.push('<dd><a href=\"', pdf_url, '\">', 'PDF', '</a></dd>');
58-
vswitch.push('</dl>');
54+
// vswitch.push('<dl>');
55+
// vswitch.push('<dt>Downloads</dt>');
56+
// var pdf_url = root_url + current_version + "/libgpuarray.pdf"
57+
// vswitch.push('<dd><a href=\"', pdf_url, '\">', 'PDF', '</a></dd>');
58+
// vswitch.push('</dl>');
5959

6060
vswitch.push('<dl>');
6161
vswitch.push('<dt>On GitHub</dt>');

0 commit comments

Comments
 (0)