From 9b23a39b987c9003ef48b5015faf957e2bd02849 Mon Sep 17 00:00:00 2001 From: Max Bromet <73716252+mbromet@users.noreply.github.com> Date: Sat, 17 Dec 2022 01:39:09 -0600 Subject: [PATCH] DOC: Make MyST parse all links as simple hyperlinks (#1506) See https://myst-parser.readthedocs.io/en/latest/configuration.html Closes #1492 --- 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.