Skip to content

Commit

Permalink
[docs] remove og:description
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lev committed Oct 22, 2023
1 parent ad84e7c commit c9ea922
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,11 @@

# sphinxext.opengraph
ogp_site_url = "https://pywa.readthedocs.io/"
ogp_site_name = "pywa documentation"
ogp_site_name = "PyWa Documentation"
ogp_image = "https://pywa.readthedocs.io/en/latest/_static/pywa-ogp.png"
ogp_image_alt = "pywa logo"
ogp_image_alt = "PyWa Logo"
ogp_description_length = 300
ogp_type = "website"
ogp_custom_meta_tags = [
'<meta property="og:description" content="pywa • Python wrapper for the WhatsApp Cloud API" /> '
]

html_extra_path = ["google898e98a538257a96.html"]

Expand Down

0 comments on commit c9ea922

Please sign in to comment.