From 5442defe8d316c31ed4d5748965e89eb3888ac27 Mon Sep 17 00:00:00 2001 From: Romain Bezut Date: Sun, 29 Sep 2024 03:40:34 +0200 Subject: [PATCH] docs: use our logo as the open-graph picture. Signed-off-by: Romain Bezut --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 6339bd4..7580928 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -82,6 +82,7 @@ html_baseurl = os.environ.get('READTHEDOCS_CANONICAL_URL', '') ogp_site_url = 'https://aio-ld2410.readthedocs.io/en/latest/' +ogp_image = '_static/aio-ld2410.png' # Tell Jinja2 templates the build is running on Read the Docs if os.environ.get('READTHEDOCS') == 'True':