Better fix for OGP social cards build failure
This commit is contained in:
parent
679862aa94
commit
3b861d5f79
@ -65,9 +65,9 @@ extensions = [
|
|||||||
|
|
||||||
# URL for OpenGraph tags
|
# URL for OpenGraph tags
|
||||||
ogp_site_url = website_url()
|
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 = {
|
ogp_social_cards = {
|
||||||
"enable": False
|
'image': '../logo/kitty.png'
|
||||||
}
|
}
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user