Add og:image

This commit is contained in:
Hugo van Kemenade 2021-05-14 21:30:39 +03:00
parent 7f9037a8ca
commit d49000beaa

View File

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