From 093b143ece65e8bc7b3ec65186f326c874a9ecfd Mon Sep 17 00:00:00 2001 From: Patrick Sonnerat Date: Fri, 27 Dec 2024 22:56:12 +0100 Subject: [PATCH] Update conf.py OG doesn't like relative links --- docs/EN/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/EN/conf.py b/docs/EN/conf.py index f73abed0a51d..80d93ea2d49c 100644 --- a/docs/EN/conf.py +++ b/docs/EN/conf.py @@ -46,19 +46,19 @@ 'description': 'Android APS (AAPS) is an open source app for people living with insulin-dependent diabetes. It is an artificial pancreas system (APS) which runs on Android smartphones.', 'github': 'openaps/AndroidAPSdocs', 'keywords': 'Android, DIY, APS, Insulin, CGM, Pump', - 'thumbnail': '../androidaps-logo.png', + 'thumbnail': 'https://androidaps.readthedocs.io/en/latest/_static/androidaps-logo.png', 'property=og:locale': 'en_US', # 'og:url': 'https://androidaps.readthedocs.io', 'og:type': 'website', 'og:title': 'Welcome to the AAPS Documentation — AndroidAPS Documentation', 'og:description': 'Android APS (AAPS) is an open source app for people living with insulin-dependent diabetes. It is an artificial pancreas system (APS) which runs on Android smartphones.', - 'og:image': '../androidaps-logo.png', + 'og:image': 'https://androidaps.readthedocs.io/en/latest/_static/androidaps-logo.png', # 'twitter:card':'summary_large_image', 'twitter:domain': 'androidaps.readthedocs.io', 'twitter:url': 'https://androidaps.readthedocs.io', 'twitter:title': 'Welcome to the AAPS documentation — AndroidAPS Documentation', 'twitter:description':'Android APS (AAPS) is an open source app for people living with insulin-dependent diabetes. It is an artificial pancreas system (APS) which runs on Android smartphones.', - 'twitter:image': '../androidaps-logo.png', + 'twitter:image': 'https://androidaps.readthedocs.io/en/latest/_static/androidaps-logo.png', } \ No newline at end of file