sphinx-external-toc
sphinx-external-toc copied to clipboard
A sphinx extension that allows the site-map to be defined in a single YAML file
**Describe the bug** When building `html` it seems that if you use `search` as a filename -- sphinx replaces it with a search page and ignores the content in that...
### Description / Summary Load part content from a file via the following ToC syntax ```yml format: jb-book root: index parts: - file: part_1/index chapters: - file: part_1/chapter_1 - file:...
### Description / Summary Hello folks, First, tanks a lot for the tremendous job you do, congrats ! Just a note for possible enhancement: would it be possible to get...
### Describe the problem Whereas most changes to `_toc.yml` (new pages, etc.) will be taken into account on a new build, changing the `root` entry will only take effect if...
In a recent EBP meeting, we discussed that putting `numbered: true` in the defaults will result in some strange Sphinx behavior. In this case it would be useful to raise...
I would like to be able to target specific TOC labels in the sidebar with styling (e.g. using CSS in the HTML rendering). This would, for example, allow me to...
I was recently in a meeting where we were talking about building an end-to-end pipeline for publishing using Jupyter notebooks + md files etc as inputs. It made me wonder...
### Describe the bug I think this is simply a documentation issue (possibly not even on this project) - but finding out what I'd done wrong below was time-consuming, frustrating...
This pull request introduces section numbering styles and improved numbering control to the `sphinx-external-toc` extension, making it possible to customize section numbers (numerical, roman, alphabetic, etc.) and restart numbering per...
### Context I am trying to build a website stitching two documentation sets together - one local to my repo, an another external to another repo, served on the web....