module documentation

Builder superclass for all builders.

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Variable date​_format​_mappings Undocumented
Variable date​_format​_re Undocumented
Variable logger Undocumented
Class ​Catalog​Info Undocumented
Class ​Catalog​Repository A repository for message catalogs.
Class ​Locale​File​Info​Base Undocumented
Function babel​_format​_date Undocumented
Function docname​_to​_domain Convert docname to domain for catalogs.
Function format​_date Undocumented
Function get​_image​_filename​_for​_language Undocumented
Function search​_image​_for​_language Undocumented
date_format_mappings: dict[str, str] =

Undocumented

date_format_re =

Undocumented

logger =

Undocumented

def babel_format_date(date, format, locale, formatter=babel.dates.format_date):

Undocumented

Parameters
date:datetimeUndocumented
format:strUndocumented
locale:Optional[str]Undocumented
formatter:CallableUndocumented
Returns
strUndocumented
def docname_to_domain(docname, compaction):
Convert docname to domain for catalogs.
Parameters
docname:strUndocumented
compaction:Union[bool, str]Undocumented
Returns
strUndocumented
def format_date(format, date=None, language=None):

Undocumented

Parameters
format:strUndocumented
date:datetimeUndocumented
language:Optional[str]Undocumented
Returns
strUndocumented
def get_image_filename_for_language(filename, env):

Undocumented

Parameters
filename:strUndocumented
env:BuildEnvironmentUndocumented
Returns
strUndocumented
def search_image_for_language(filename, env):

Undocumented

Parameters
filename:strUndocumented
env:BuildEnvironmentUndocumented
Returns
strUndocumented