From 958c79e7285803362392bff4d94ba7bd00b66138 Mon Sep 17 00:00:00 2001 From: Martijn Jacobs Date: Mon, 12 Aug 2019 14:44:12 +0200 Subject: [PATCH] Fixes an outdated link to the django documentation --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6b5abe9..41ed427 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,8 +44,8 @@ extensions = [ ] intersphinx_mapping = {'python': ('https://docs.python.org/3.5', None), - 'django': ('https://docs.djangoproject.com/en/1.8/', - 'https://docs.djangoproject.com/en/1.8//_objects/')} + 'django': ('https://docs.djangoproject.com/en/2.2/', + 'https://docs.djangoproject.com/en/2.2/_objects/')} # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']