diff options
Diffstat (limited to 'sphinx/util/build_phase.py')
-rw-r--r-- | sphinx/util/build_phase.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/util/build_phase.py b/sphinx/util/build_phase.py index b8221e5d5..7f80aa576 100644 --- a/sphinx/util/build_phase.py +++ b/sphinx/util/build_phase.py @@ -1,12 +1,4 @@ -""" - sphinx.util.build_phase - ~~~~~~~~~~~~~~~~~~~~~~~ - - Build phase of Sphinx application. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Build phase of Sphinx application.""" from enum import IntEnum |