From 09bae19785a4e5523a54943db96d2f186974e248 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 27 Feb 2026 10:29:53 +0200 Subject: [PATCH] Automatically linkify URLs --- docs/conf.py | 2 ++ requirements.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index af4475f..10a738a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,6 +17,8 @@ "myst_parser", ] +myst_enable_extensions = ["linkify"] + # The master toctree document master_doc = "index" diff --git a/requirements.txt b/requirements.txt index ac0fada..09be43b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ Sphinx MyST-Parser furo +linkify-it-py sphinx-copybutton sphinx-autobuild