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:
Erik Faye-Lund 2022-11-07 14:46:27 +01:00
parent 80b5a7d48f
commit 4f26b5fa0f

View file

@ -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 ------------------------------------------