From 1227d7a85c2147ceb627cbf7dc1fd03b8ba325ab Mon Sep 17 00:00:00 2001 From: Serge Koudoro Date: Thu, 21 Sep 2023 01:21:51 -0400 Subject: [PATCH] add external info --- conf.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/conf.py b/conf.py index 810f9db0..063e6249 100644 --- a/conf.py +++ b/conf.py @@ -309,7 +309,8 @@ }, { "name": "Support", - "link": "https://github.com/dipy/dipy/discussions" + "link": "https://github.com/dipy/dipy/discussions", + "external": True }, { "name": "Download", @@ -321,11 +322,13 @@ }, { "name": "Tutorials", - "link": "https://docs.dipy.org/tutorials/" + "link": "https://docs.dipy.org/tutorials/", + "external": True }, { "name": "Videos", - "link": "https://www.youtube.com/c/diffusionimaginginpython" + "link": "https://www.youtube.com/c/diffusionimaginginpython", + "external": True }, ] }, {