from __future__ import annotations

extensions = ['sphinxext.opengraph']

master_doc = 'index'
exclude_patterns = ['_build']

html_theme = 'basic'

ogp_site_name = "Example's Docs!"
ogp_site_url = 'http://example.org/en/latest/'
ogp_image_alt = 'Example Alt Text'
