mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Merge 9d30f9ef6e
into 8d4d394dad
This commit is contained in:
commit
acf31610a9
@ -44,7 +44,7 @@ zip_safe = False
|
||||
packages = sphinx_rtd_theme
|
||||
python_requires = >=3.8
|
||||
install_requires =
|
||||
sphinx >=6,<9
|
||||
sphinx >=8.1,<9
|
||||
docutils >0.18,<0.22
|
||||
sphinxcontrib-jquery >=4,<5
|
||||
tests_require =
|
||||
|
File diff suppressed because one or more lines are too long
@ -86,7 +86,7 @@ function ThemeNav () {
|
||||
})
|
||||
|
||||
// Nav menu link click operations
|
||||
.on('click', ".wy-menu-vertical .current ul li a", function() {
|
||||
.on('click', ".wy-menu-vertical ul li a[href^='#']", function() {
|
||||
var target = $(this);
|
||||
// Close menu when you click a link.
|
||||
$("[data-toggle='wy-nav-shift']").removeClass("shift");
|
||||
|
Loading…
Reference in New Issue
Block a user