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

add support for missing toctree theme_options #159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Taywee
Copy link

@Taywee Taywee commented Aug 14, 2019

navigation.html's toctree was missing support for maxdepth and titles_only. I don't think the end-user should have to override navigation.html just to change these settings.

I wasn't quite sure how to properly enable an integer option, as it still ends up in the document as a string (even though the boolean appears to route through fine), so I convert it to an int on the toctree call.

This closes #89

navigation.html's toctree was missing support for maxdepth and
titles_only.
@erwanp
Copy link

erwanp commented Aug 3, 2021

This is an interesting feature, can it be included / labelled as "to-be-reviewed" ?

@bitprophet bitprophet deleted the branch sphinx-doc:master January 13, 2023 00:42
@bitprophet bitprophet closed this Jan 13, 2023
@AA-Turner AA-Turner reopened this Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set menu depth
4 participants