From 4df2bffc97b9ea474d4908c9fb0126a26cb9a3fc Mon Sep 17 00:00:00 2001 From: Paul Gammans Date: Wed, 26 Jul 2023 11:38:06 +0100 Subject: [PATCH] fix: update sphnix intersphinx_mapping config --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8807ed28..734c0161 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -272,7 +272,8 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { #'http://docs.python.org/': None, - "https://docs.djangoproject.com/en/stable": "https://docs.djangoproject.com/en/stable/_objects" + 'django': + ("https://docs.djangoproject.com/en/stable", "https://docs.djangoproject.com/en/stable/_objects") } # autodoc settings