From 8e1ab8657b930f95918483c0b678af3295b58a88 Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Mon, 9 May 2022 20:39:30 +0200 Subject: [PATCH] Explicit external link, hopefully fixes the docs linting action --- docs/checks.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/checks.rst b/docs/checks.rst index 1140d6b49..b76f761a0 100644 --- a/docs/checks.rst +++ b/docs/checks.rst @@ -2,8 +2,8 @@ System checks ============= -The following :doc:`system checks ` help verify the Django -Debug Toolbar setup and configuration: +The following :external:doc:`system checks ` help verify the +Django Debug Toolbar setup and configuration: * **debug_toolbar.W001**: ``debug_toolbar.middleware.DebugToolbarMiddleware`` is missing from ``MIDDLEWARE``.