class documentation

class BuildPhase(IntEnum): (source)

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 = (source)

Undocumented

Value
3
INITIALIZATION: int = (source)

Undocumented

Value
1

Undocumented

Value
2
RESOLVING: int = (source)

Undocumented

Value
3

Undocumented

Value
4