Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sidebar links have increased a lot since Sphinx 5.2 #10942

Closed
xqt opened this issue Oct 28, 2022 · 2 comments
Closed

sidebar links have increased a lot since Sphinx 5.2 #10942

xqt opened this issue Oct 28, 2022 · 2 comments

Comments

@xqt
Copy link

xqt commented Oct 28, 2022

Describe the bug

Every attribute, method or function is placed to the sidebar links as a header and there is no ability to reduce the link depth there.

How to Reproduce

https://doc.wikimedia.org/pywikibot/master/utilities/scripts_ref.html
shows the result for Sphinx 5.3 and
https://doc.wikimedia.org/pywikibot/stable/utilities/scripts_ref.html
shows the rsult for Sphinx 5.1.1

The source is mostly equal and can be found at
https://doc.wikimedia.org/pywikibot/master/_sources/utilities/scripts_ref.rst.txt and
https://doc.wikimedia.org/pywikibot/stable/_sources/utilities/scripts_ref.rst.txt

Environment Information

Platform:              win32; (Windows-10-10.0.17763-SP0)
Python version:        3.11.0rc2 (main, Sep 11 2022, 20:22:52) [MSC v.1933 64 bit (AMD64)])
Python implementation: CPython
Sphinx version:        5.3.0
Docutils version:      0.17.1
Jinja2 version:        3.1.2

Sphinx extensions

extensions = [
    'sphinx.ext.autodoc',
    'sphinx.ext.autosectionlabel',
    'sphinx.ext.autosummary',
    'sphinx.ext.extlinks',
    'sphinx.ext.napoleon',
    'sphinx.ext.todo',
    'sphinx.ext.viewcode',
]

Additional context

No response

@AA-Turner
Copy link
Member

@AA-Turner AA-Turner closed this as not planned Won't fix, can't repro, duplicate, stale Oct 28, 2022
@electric-coder
Copy link

electric-coder commented Nov 17, 2022

@AA-Turner these posts should be tagged toctree, to make them easier to find.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants