From 122f6ef114c7f3fe36ddfd46dfec88458ab79cb0 Mon Sep 17 00:00:00 2001 From: mbromet Date: Fri, 16 Dec 2022 22:49:29 -0600 Subject: [PATCH] MAINT: Changed conf.py to make myst parse all links as simple hyperlinks --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 41e5fba22..43a8394e1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ # -- General configuration --------------------------------------------------- - +myst_all_links_external = True # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones.