From 5fb818bc6988ed8ed4caf68dfd44097a0e578269 Mon Sep 17 00:00:00 2001 From: greyes Date: Mon, 28 Oct 2024 20:20:06 +0100 Subject: [PATCH] Style external links with a marker. Show the user that the link is external --- doc/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 723917b..abfc0e3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -42,6 +42,9 @@ # HTML theme and static files html_theme = "sphinx_rtd_theme" html_last_updated_fmt = "%b %d, %Y" +html_theme_options = { + 'style_external_links': True +} html_static_path = ["_static"] html_css_files = [