Signatures (live)

Public callables in sphinx_gp_opengraph rendered from the running interpreter at docs-build time. Drift between this block and the prose elsewhere on the page indicates a stale docstring or signature comment.

get_tags

def get_tags(context: 'dict[str, t.Any]', doctree: 'nodes.document', *, config: 'Config', builder: 'Builder') -> 'str':
    ...

html_page_context

def html_page_context(app: 'Sphinx', pagename: 'str', templatename: 'str', context: 'dict[str, t.Any]', doctree: 'nodes.document') -> 'None':
    ...

setup

def setup(app: 'Sphinx') -> 'ExtensionMetadata':
    ...