package documentation

Package directory used to store pydoctor templates.

Usage example:

>>> template_lookup = TemplateLookup(importlib_resources.files('pydoctor.themes') / 'base')

From __init__.py:

Function get_themes Get the list of the available themes.
def get_themes() -> Iterator[str]: (source)

Get the list of the available themes.