From c7939669d09eefbfe1b662f5f8964e448a6db2ea Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 9 Jun 2026 01:15:59 +0200 Subject: [PATCH] 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 --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 459364ad7..6c60ff6c4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -233,7 +233,6 @@ latex_show_urls = 'footnote' # Documents to append as an appendix to all manuals. latex_appendices = [ 'support', - 'resources', 'changes', 'authors', ]