Disable OGP social cards as building them breaks
This commit is contained in:
parent
17e4995e93
commit
9e35d26188
@ -65,6 +65,10 @@ extensions = [
|
||||
|
||||
# URL for OpenGraph tags
|
||||
ogp_site_url = website_url()
|
||||
# disabled because of: https://github.com/wpilibsuite/sphinxext-opengraph/issues/96
|
||||
ogp_social_cards = {
|
||||
"enable": False
|
||||
}
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user