From 8da7ebe9fbcda1cb6a07a7457c0c8eee272c5c28 Mon Sep 17 00:00:00 2001 From: Lars Asplund Date: Mon, 4 Nov 2024 15:19:48 +0100 Subject: [PATCH] Fixed docs build. --- docs/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c2789fa88..ac5492f4e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -113,11 +113,14 @@ # -- InterSphinx -------------------------------------------------------------- intersphinx_mapping = { - "python": ("https://docs.python.org/3.8/", None), + "python": ("https://docs.python.org/3.13/", None), "pytest": ("https://docs.pytest.org/en/latest/", None), "osvb": ("https://umarcor.github.io/osvb", None), } +nitpick_ignore_regex = [ + ("py:class", r".*"), +] # -- ExtLinks ----------------------------------------------------------------- extlinks = {