class documentation

class ThemeFactory:

View In Hierarchy

A factory class for LaTeX Themes.
Method __init__ Undocumented
Method find​_user​_theme Find a theme named as name from latex_theme_path.
Method get Get a theme for given name.
Method load​_builtin​_themes Load built-in themes.
Instance Variable config Undocumented
Instance Variable theme​_paths Undocumented
Instance Variable themes Undocumented
def __init__(self, app):

Undocumented

Parameters
app:SphinxUndocumented
def find_user_theme(self, name):
Find a theme named as name from latex_theme_path.
Parameters
name:strUndocumented
Returns
ThemeUndocumented
def get(self, name):
Get a theme for given name.
Parameters
name:strUndocumented
Returns
ThemeUndocumented
def load_builtin_themes(self, config):
Load built-in themes.
Parameters
config:ConfigUndocumented
config =

Undocumented

theme_paths =

Undocumented

themes: Dict[str, Theme] =

Undocumented