class documentation

class BuildPhase(IntEnum):

View In Hierarchy

Build phase of Sphinx application.
Constant CONSISTENCY​_CHECK Undocumented
Constant INITIALIZATION Undocumented
Constant READING Undocumented
Constant RESOLVING Undocumented
Constant WRITING Undocumented
CONSISTENCY_CHECK: int =

Undocumented

Value
3
INITIALIZATION: int =

Undocumented

Value
1
READING: int =

Undocumented

Value
2
RESOLVING: int =

Undocumented

Value
3
WRITING: int =

Undocumented

Value
4