Signatures (live)

Public callables in gp_furo_theme 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.

WrapTableAndMathInAContainerTransform

def WrapTableAndMathInAContainerTransform(document, startnode=None):
    ...

get_colors_for_codeblocks

def get_colors_for_codeblocks(highlighter: 'PygmentsBridge', *, fg: 'str', bg: 'str') -> 'dict[str, str]':
    ...

get_pygments_style_colors

def get_pygments_style_colors(style: 'type[Style]', *, fallbacks: 'dict[str, str]') -> 'dict[str, str]':
    ...

get_pygments_stylesheet

def get_pygments_stylesheet() -> 'str':
    ...

get_theme_path

def get_theme_path() -> 'pathlib.Path':
    ...

get_vite_root

def get_vite_root() -> 'pathlib.Path | None':
    ...

has_not_enough_items_to_show_toc

def has_not_enough_items_to_show_toc(builder: 'StandaloneHTMLBuilder', docname: 'str') -> 'bool':
    ...

setup

def setup(app: 'sphinx.application.Sphinx') -> 'dict[str, bool | str]':
    ...

update_known_styles_state

def update_known_styles_state(app: 'sphinx.application.Sphinx') -> 'None':
    ...