class documentation

class SphinxFileSystemLoader(FileSystemLoader):

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

Undocumented

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