mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
The Furo theme by default generates a "on this page" contents list in
the right column. The breathe output for C++ namespace and file pages
also includes a ::contents:: RST directive, to summarize the available
headings. The duplication of these two is warned about by furo with a
big fat red warning.
Solve this by not making breathe generate the contents directive
anymore. According to
https://exhale.readthedocs.io/en/latest/reference/configs.html?highlight=contentsspecifier#exhale.configs.kindsWithContentsDirectives
it's by default used for files and namespace, so make it empty in our
config.
Fixes #2505
|
||
|---|---|---|
| .. | ||
| _static | ||
| _templates | ||
| cmake.md | ||
| conf.py | ||
| generated_code.md | ||
| genindex.rst | ||
| getting_started.md | ||
| index.rst | ||
| overview.md | ||
| Pipfile | ||
| types.md | ||