From 3b861d5f79a144f23986b179d73477815e7356e4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 9 Feb 2023 09:45:10 +0530 Subject: [PATCH] Better fix for OGP social cards build failure --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index da2c6c095..16ef36e23 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ extensions = [ # URL for OpenGraph tags ogp_site_url = website_url() -# disabled because of: https://github.com/wpilibsuite/sphinxext-opengraph/issues/96 +# OGP needs a PNG image because of: https://github.com/wpilibsuite/sphinxext-opengraph/issues/96 ogp_social_cards = { - "enable": False + 'image': '../logo/kitty.png' } # Add any paths that contain templates here, relative to this directory.