From 00a1ee0cb68c7960aecc4b00d8bf97ff48053979 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Thu, 4 Mar 2021 14:14:48 +0200 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b1d754ee..62f6ae4a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -177,5 +177,5 @@ def setup(app): html_theme_options = { - "style_external_links": True, + "style_external_links": False, }