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

Class DocumentError

sphinx/errors.py:87–90  ·  view source on GitHub ↗

Document error.

Source from the content-addressed store, hash-verified

85
86
87class DocumentError(SphinxError):
88 """Document error."""
89
90 category = 'Document error'
91
92
93class ThemeError(SphinxError):

Callers 1

find_filesMethod · 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…