class HTMLThemeFactory:
Method | __init__ |
Undocumented |
Method | create |
Create an instance of theme. |
Method | find_themes |
Search themes from specified directory. |
Method | load_additional_themes |
Load additional themes placed at specified directories. |
Method | load_alabaster_theme |
Load alabaster theme. |
Method | load_builtin_themes |
Load built-in themes. |
Method | load_external_theme |
Try to load a theme using entry_points. |
Method | load_extra_theme |
Try to load a theme with the specified name. |
Method | load_sphinx_rtd_theme |
Load sphinx_rtd_theme theme (if installed). |
Instance Variable | app |
Undocumented |
Instance Variable | themes |
Undocumented |
Parameters | |
name:str | Undocumented |
Returns | |
Theme | Undocumented |
Parameters | |
theme_path:str | Undocumented |
Returns | |
Dict[ | Undocumented |
Parameters | |
theme_paths:str | Undocumented |
Try to load a theme using entry_points.
Sphinx refers to sphinx_themes entry_points.
Parameters | |
name:str | Undocumented |