mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-04 11:53:32 +03:00
Add og:image
This commit is contained in:
parent
7f9037a8ca
commit
d49000beaa
|
@ -318,3 +318,9 @@ def setup(app):
|
||||||
|
|
||||||
# GitHub repo for sphinx-issues
|
# GitHub repo for sphinx-issues
|
||||||
issues_github_path = "python-pillow/Pillow"
|
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"
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user