mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 04:10:25 +01:00
docs: do not linkcheck relnotes
There's a *lot* of relnotes, and we don't really actively maintain them. Let's drop linkchecking them to speed things up a bit. This does a whole lot of nothing unless you have Sphinx 4.4 or newer. Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19574>
This commit is contained in:
parent
80b5a7d48f
commit
4f26b5fa0f
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ linkcheck_ignore = [
|
|||
r'https://gitlab.freedesktop.org/.*#.*', # needs JS eval
|
||||
r'https://github.com/.*#.*', # needs JS eval
|
||||
]
|
||||
linkcheck_exclude_documents = [r'relnotes/.*']
|
||||
|
||||
|
||||
# -- Options for HTMLHelp output ------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue