docs: drop stale 'resources' from latex_appendices

The resources doc page was removed long ago (#2088), but it was still
referenced in latex_appendices. This went unnoticed because PDF builds
were not enabled; enabling pdf surfaced it as a doctree KeyError.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Thomas Waldmann 2026-06-09 01:15:59 +02:00
parent 2527cd2947
commit c7939669d0
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -233,7 +233,6 @@ latex_show_urls = 'footnote'
# Documents to append as an appendix to all manuals.
latex_appendices = [
'support',
'resources',
'changes',
'authors',
]