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 a42c4d7 commit 26d6108Copy full SHA for 26d6108
docs/changelog.rst
@@ -11,9 +11,11 @@ master
11
New Features
12
-------------
13
14
+
15
Fixes
16
-----
17
18
+* Fix scrolling to active item in sidebar on load (#214)
19
* Style caption link for code and literal blocks
20
* Fix inconsistent font size and line height for autodoc "raises" and "returns" (#267)
21
js/theme.js
@@ -152,6 +152,7 @@ function ThemeNav () {
152
link.closest('li.toctree-l2').addClass('current');
153
link.closest('li.toctree-l3').addClass('current');
154
link.closest('li.toctree-l4').addClass('current');
155
+ link[0].scrollIntoView();
156
}
157
158
catch (err) {
0 commit comments