class documentation

class SphinxFileSystemLoader(FileSystemLoader): (source)

View In Hierarchy

FileSystemLoader subclass that is not so strict about '..' entries in template names.

Method get_source Undocumented
def get_source(self, environment, template): (source)

Undocumented

Parameters
environment:EnvironmentUndocumented
template:strUndocumented
Returns
tuple[str, str, Callable]Undocumented