From 06d986e23476cc5e1a2f235fbaedaf306a001ede Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 12 Dec 2023 23:08:49 +0100 Subject: [PATCH] change ogp_image to _static/html/img/logo.png --- book/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/source/conf.py b/book/source/conf.py index 7dd729c..762b9a9 100644 --- a/book/source/conf.py +++ b/book/source/conf.py @@ -92,4 +92,4 @@ html_theme_options = { # https://github.com/wpilibsuite/sphinxext-opengraph#simple-config ogp_site_url = 'https://openpgp.dev/book/' -ogp_image = '_static/logo.png' +ogp_image = '_static/html/img/logo.png'