mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Merge e680a0c33f
into 5a263753d5
This commit is contained in:
commit
ea3e07f19e
File diff suppressed because one or more lines are too long
@ -111,7 +111,7 @@ function ThemeNav () {
|
||||
.wrap("<div class='wy-table-responsive citation'></div>");
|
||||
|
||||
// Add expand links to all parents of nested ul
|
||||
$('.wy-menu-vertical ul').not('.simple').siblings('a').each(function () {
|
||||
$('.wy-menu-vertical li > ul').not('.simple').siblings('a').each(function () {
|
||||
var link = $(this);
|
||||
expand =
|
||||
$('<button class="toctree-expand" title="Open/close menu"></button>');
|
||||
|
Loading…
Reference in New Issue
Block a user