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" +)