| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Add Sphinx exclude_patterns to _config.yml to ignore virtual environments, site-packages, and build directories during doc builds (".venv/**", "venv/**", "**/site-packages/**", "_build/**", "**/_build/**"). Reformat _toc.yml into a proper jb-book "parts:" structure with correctly nested captions and chapters, normalize emoji-bearing captions with quotes, and restore many documentation sections. Also add a placeholder "DLC-Live!" entry with nested chapters/sections for the dlc-live GUI documentation. These changes clean up the table of contents and prevent unrelated files from being included in the documentation build.
There was a problem hiding this comment.
Updates Jupyter Book documentation configuration to reduce build noise and improve compatibility with newer jupyter-book<2 TOC parsing.
Changes:
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| _toc.yml | Normalizes TOC structure/formatting (notably captions and part boundaries). |
| _config.yml | Excludes common non-doc directories from Sphinx discovery to speed builds and avoid accidental inclusion. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Looks good!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Purpose
This will also speed up local and potentially CI docs build.
TODO
Related
Required by/upstream of #3206. If 3206 is merged this PR is not relevant anymore.
Details