From c5413670c26b4f1a9cb23865d1a4e48d7a776553 Mon Sep 17 00:00:00 2001 From: Tapasweni Pathak Date: Sun, 12 Jun 2022 22:46:07 +0530 Subject: [PATCH] set both does not work w/o hacks - https://github.com/executablebooks/MyST-Parser/issues/519 - https://github.com/executablebooks/MyST-Parser/pull/507#issuecomment-1039617401 --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 2618497d..3f0a7286 100644 --- a/conf.py +++ b/conf.py @@ -49,6 +49,7 @@ autosummary_generate = True autosummary_imported_members = True myst_heading_anchors = 4 +myst_all_links_external = True # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']