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
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.7...v0.14.3) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.18.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.7.1...v1.18.2)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
### Describe the bug **context** I have built a site with jupyter-book successfully. Now I want to use the features of `sphinx-book-theme` so I migrate from jupyter-book to sphinx. I...
### Describe the bug **context** When the first entry in a subtree is another subtree, the `make html` build fails, with etoc complaining that the entry is not a file,...
files generated with `sphinx-autodoc` will inherently contain toctree directives, and so sphinx_external_toc will warn e.g.: `apidoc/my_package.rst:7: WARNING: toctree directive not expected with external-toc [etoc.toctree]` You can currently work around this...
This fixes an issue where `sphinx-autoupdate` does not pick up changes to titles in the `_toc.yaml` file. To reproduce, use the example project, 1. build using `sphinx-autobuild --port 8001 ....
**Is your feature request related to a problem? Please describe.** I would love to be able to add plain text labels or section headings into my navigation. Right now I...
### Context Hey, I am using this project to manage my furo-based documentation site. I like it to have a single ToC file that makes it easy to modify the...
Good morning I don't know if you run in the same problem, but following your instructions for including my package documentation, I get this message: ``` WARNING: toctree directive not...
### Description / Summary It would be useful to be able to create a TOC tree that includes both chapters and parts, e.g.: * Abstract * Acknowledgements * Part 1:...