mirror of
https://github.com/borgbackup/borg.git
synced 2026-07-08 09:41:06 -04:00
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:
parent
2527cd2947
commit
c7939669d0
1 changed files with 0 additions and 1 deletions
|
|
@ -233,7 +233,6 @@ latex_show_urls = 'footnote'
|
|||
# Documents to append as an appendix to all manuals.
|
||||
latex_appendices = [
|
||||
'support',
|
||||
'resources',
|
||||
'changes',
|
||||
'authors',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue