From a42ae1d43238e48cbe342794ce67841be748d4a2 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 22 Feb 2019 16:41:39 -0600 Subject: [PATCH] doc: enable external link styling on html output --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index f485533..4ef845c 100644 --- a/source/conf.py +++ b/source/conf.py @@ -143,7 +143,7 @@ html_logo = _LOGO_SMALL # documentation. # html_theme_options = { -# 'style_external_links': True, + 'style_external_links': True, } # Add any paths that contain custom static files (such as style sheets) here,