From d49000beaa9374befc0f40973dced355cd870c23 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 14 May 2021 21:30:39 +0300 Subject: [PATCH] Add og:image --- docs/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 6d2f3df06..88e1fcabf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -318,3 +318,9 @@ def setup(app): # GitHub repo for sphinx-issues issues_github_path = "python-pillow/Pillow" + +# sphinxext.opengraph +ogp_image = ( + "https://raw.githubusercontent.com/python-pillow/pillow-logo/master/" + "pillow-logo-dark-text-1280x640.png" +)