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