class documentation

class ThemeFactory: (source)

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): (source)

Undocumented

Parameters
app:SphinxUndocumented
def find_user_theme(self, name): (source)

Find a theme named as *name* from latex_theme_path.

Parameters
name:strUndocumented
Returns
Theme|NoneUndocumented
def get(self, name): (source)

Get a theme for given *name*.

Parameters
name:strUndocumented
Returns
ThemeUndocumented
def load_builtin_themes(self, config): (source)

Load built-in themes.

Parameters
config:ConfigUndocumented

Undocumented

theme_paths = (source)

Undocumented

Undocumented