Skip to content

docs: make asciinema README markdown so sphinx ignores it (1.4-maint)#9939

Merged
ThomasWaldmann merged 1 commit into
borgbackup:1.4-maintfrom
ThomasWaldmann:fix-asciinema-readme-toctree-14maint
Jul 22, 2026
Merged

docs: make asciinema README markdown so sphinx ignores it (1.4-maint)#9939
ThomasWaldmann merged 1 commit into
borgbackup:1.4-maintfrom
ThomasWaldmann:fix-asciinema-readme-toctree-14maint

Conversation

@ThomasWaldmann

Copy link
Copy Markdown
Member

Same fix as #9938, for the 1.4-maint branch.

docs/misc/asciinema/README.rst is picked up by sphinx but not part of any toctree, producing a CI warning:

docs/misc/asciinema/README.rst: WARNING: document isn't included in any toctree [toc.not_included]

This README is developer notes, not part of the built documentation. Renaming it to README.md fixes the warning: conf.py sets source_suffix = '.rst', so sphinx ignores markdown files entirely. Nothing referenced it in a toctree, so no other changes are needed.

🤖 Generated with Claude Code

docs/misc/asciinema/README.rst was picked up by sphinx but not part of any
toctree, causing a "document isn't included in any toctree" warning in CI.
As this README is developer notes, not part of the built docs, rename it to
README.md: conf.py has source_suffix = '.rst', so sphinx ignores markdown.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WRRe8BEFk4sV2GHVxDRo5A
@ThomasWaldmann
ThomasWaldmann merged commit 2bf0ff1 into borgbackup:1.4-maint Jul 22, 2026
4 checks passed
@ThomasWaldmann
ThomasWaldmann deleted the fix-asciinema-readme-toctree-14maint branch July 22, 2026 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant