Replies: 2 comments 4 replies
-
cc @AakashGfude - do you know if it's possible to pass the other Sphinx |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yep, if I remember correctly, you just add it in your # Table of contents
format: jb-book
root: front
chapters:
# - file: acknowledgements
- file: abstract
- file: content
options:
numbered: true
maxdepth: 2
sections: then Note, the full implmentation is in: https://github.com/executablebooks/sphinx-external-toc |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all 👋
I am trying to create a book formatted as a PhD thesis. My current toc structure is:
and
content.md
contains:I would like to be able to set the
maxdepth
of the displayed table of contents, but can't seem to find any way to access it.Any help resolving this would be greatly appreciated.
Thank you so much for all your great work!
Beta Was this translation helpful? Give feedback.
All reactions