From 817f65ff31323f14c21f1770506464f8d3ea7d77 Mon Sep 17 00:00:00 2001 From: Ivan Schaller Date: Fri, 13 Jun 2025 14:20:31 +0200 Subject: [PATCH] add new intersphinx references --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 3eecc1f..c5a6c51 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,6 +53,9 @@ intersphinx_mapping = { "python": ("https://docs.python.org/3", None), "sphinx": ("https://www.sphinx-doc.org/en/master", None), "dnspython": ("https://dnspython.readthedocs.io/en/stable/", None), + "six": ("https://six.readthedocs.io/", None), + "python-dateutil": ("https://dateutil.readthedocs.io/en/stable/", None), + "fqdn": ("https://fqdn.readthedocs.io/en/latest/", None), }