summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-11-07 14:46:27 +0100
committerErik Faye-Lund <erik.faye-lund@collabora.com>2022-11-10 17:26:19 +0100
commit4f26b5fa0fa8efa97ab45c0983bed2407863827e (patch)
treec118a7eb23fb0366a1adbef2ce027cca5c123669 /docs/conf.py
parent80b5a7d48fe5af3ca7a2bbff0c74c66870c7319e (diff)
downloadmesa-4f26b5fa0fa8efa97ab45c0983bed2407863827e.tar.gz
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>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 73d71d9a465..3a712944a1c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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 ------------------------------------------