module documentation

Sphinx application class and extensibility interface. Gracefully adapted from the TextPress system by Armin.

Class Sphinx The main application class and extensibility interface.
Class TemplateBridge This class defines the interface for a "template bridge", that is, a class that renders templates given a template name and a context.
Constant ENV_PICKLE_FILENAME Undocumented
Variable builtin_extensions Undocumented
Variable logger Undocumented
ENV_PICKLE_FILENAME: str = (source)

Undocumented

Value
'environment.pickle'
builtin_extensions: tuple[str, ...] = (source)

Undocumented

Undocumented