from __future__ import annotations

extensions = ['sphinxext.opengraph']

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

html_theme = 'basic'
