You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
context
When a section contains more than 110 lines the table of contents marker is not displayed
expectation
I expected the marker to jump to the corresponding section in the ToC as I move up and down the page.
bug
But instead the marker disappears, and reappears when I reach a section with less than 110 lines.
See the attached screen recording.
problem
This is a problem for people using larger sections.
Screenshare.-.2024-01-04.5_52_05.PM.mp4
Reproduce the bug
index.rst
Test
####
S1
==
S1.1
----
line 1
line 2
line 3
line 4
line 5
line 6
line 7
line 8
line 9
line 10
line 11
line 12
line 13
line 14
line 15
line 16
line 17
line 18
line 19
line 20
line 21
line 22
line 23
line 24
line 25
line 26
line 27
line 28
line 29
line 30
line 31
line 32
line 33
line 34
line 35
line 36
line 37
line 38
line 39
line 40
line 41
line 42
line 43
line 44
line 45
line 46
line 47
line 48
line 49
line 50
line 51
line 52
line 53
S1.2
----
line 1
line 2
line 3
line 4
line 5
line 6
line 7
line 8
line 9
line 10
line 11
line 12
line 13
line 14
line 15
line 16
line 17
line 18
line 19
line 20
line 21
line 22
line 23
line 24
line 25
line 26
line 27
line 28
line 29
line 30
line 31
line 32
line 33
line 34
line 35
line 36
line 37
line 38
line 39
line 40
line 41
line 42
line 43
line 44
line 45
line 46
line 47
line 48
line 49
line 50
line 51
line 52
line 53
S2
==
S2.1
----
line 1
line 2
line 3
line 4
line 5
line 6
line 7
line 8
line 9
line 10
line 11
line 12
line 13
line 14
line 15
line 16
line 17
line 18
line 19
line 20
line 21
line 22
line 23
line 24
line 25
line 26
line 27
line 28
line 29
line 30
line 31
line 32
line 33
line 34
line 35
line 36
line 37
line 38
line 39
line 40
line 41
line 42
line 43
line 44
line 45
line 46
line 47
line 48
line 49
line 50
line 51
line 52
line 53
S2.2
----
line 1
line 2
line 3
line 4
line 5
line 6
line 7
line 8
line 9
line 10
line 11
line 12
line 13
line 14
line 15
line 16
line 17
line 18
line 19
line 20
line 21
line 22
line 23
line 24
line 25
line 26
line 27
line 28
line 29
line 30
line 31
line 32
line 33
line 34
line 35
line 36
line 37
line 38
line 39
line 40
line 41
line 42
line 43
line 44
line 45
line 46
line 47
line 48
line 49
line 50
line 51
line 52
line 53
conf.py
# Configuration file for the Sphinx documentation builder.## For the full list of built-in configuration values, see the documentation:# https://www.sphinx-doc.org/en/master/usage/configuration.html# -- Project information -----------------------------------------------------# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-informationproject='test'copyright='2024, t'author='t'# -- General configuration ---------------------------------------------------# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configurationextensions= []
templates_path= ['_templates']
exclude_patterns= ['_build', 'Thumbs.db', '.DS_Store', '.sphinx-virtualenv']
# -- Options for HTML output -------------------------------------------------# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-outputhtml_theme='sphinx_book_theme'html_static_path= ['_static']
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
I use SBT and customize the CSS to build the document. When you open the link in Firefox, the right sidebar should have 11.2.6.4 highlighted. In some cases it is, it some not. Scrolling up and down, marks the toc entry active or not.
This may be an upstream issue with PyData Sphinx Theme (PST) or Bootstrap. I suggest switching to PST and attempt to repeat the issue there. You could also create a Bootstrap mockup from one of its examples and try to repeat the issue there.
Describe the bug
context
When a section contains more than 110 lines the table of contents marker is not displayed
expectation
I expected the marker to jump to the corresponding section in the ToC as I move up and down the page.
bug
But instead the marker disappears, and reappears when I reach a section with less than 110 lines.
See the attached screen recording.
problem
This is a problem for people using larger sections.
Screenshare.-.2024-01-04.5_52_05.PM.mp4
Reproduce the bug
index.rst
conf.py
List your environment
environment
The text was updated successfully, but these errors were encountered: