DEBSOURCES
Skip Quicknav
sources / sphinxext-opengraph / 0.12.0-1 / tests / roots / test-rtd-invalid / conf.py
12345678
from __future__ import annotations extensions = ['sphinxext.opengraph'] master_doc = 'index' exclude_patterns = ['_build'] html_theme = 'basic'