MCPcopy
hub / github.com/sphinx-doc/sphinx / ThemeError

Class ThemeError

sphinx/errors.py:93–96  ·  view source on GitHub ↗

Theme error.

Source from the content-addressed store, hash-verified

91
92
93class ThemeError(SphinxError):
94 """Theme error."""
95
96 category = 'Theme error'
97
98
99class VersionRequirementError(SphinxError):

Callers 11

get_configMethod · 0.90
createMethod · 0.90
_load_themeFunction · 0.90
_validate_theme_tomlFunction · 0.90
_convert_theme_tomlFunction · 0.90
_validate_theme_confFunction · 0.90
__init__Method · 0.90
handle_pageMethod · 0.90
_file_checksumFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…