module documentation

Theming support for HTML builders.

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant NODEFAULT Undocumented
Constant THEMECONF Undocumented
Variable logger Undocumented
Class ​HTMLTheme​Factory A factory class for HTML Themes.
Class ​Theme A Theme is a set of HTML templates and configurations.
Function extract​_zip Extract zip file to target directory.
Function is​_archived​_theme Check whether the specified file is an archived theme file or not.
NODEFAULT =

Undocumented

Value
object()
THEMECONF: str =

Undocumented

Value
'theme.conf'
logger =

Undocumented

def extract_zip(filename, targetdir):
Extract zip file to target directory.
Parameters
filename:strUndocumented
targetdir:strUndocumented
def is_archived_theme(filename):
Check whether the specified file is an archived theme file or not.
Parameters
filename:strUndocumented
Returns
boolUndocumented