module documentation

Sphinx component registry.

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant EXTENSION​_BLACKLIST Undocumented
Variable logger Undocumented
Class ​Sphinx​Component​Registry No class docstring; 0/24 instance variable, 1/37 method documented
Function merge​_source​_suffix Merge any user-specified source_suffix with any added by extensions.
Function setup Undocumented
EXTENSION_BLACKLIST: dict[str, str] =

Undocumented

Value
{'sphinxjp.themecore': '1.2'}
logger =

Undocumented

def merge_source_suffix(app, config):
Merge any user-specified source_suffix with any added by extensions.
Parameters
app:SphinxUndocumented
config:ConfigUndocumented
def setup(app):

Undocumented

Parameters
app:SphinxUndocumented
Returns
Dict[str, Any]Undocumented