diff options
Diffstat (limited to 'sphinx/util/logging.py')
-rw-r--r-- | sphinx/util/logging.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/util/logging.py b/sphinx/util/logging.py index 7294885b5..37fa672af 100644 --- a/sphinx/util/logging.py +++ b/sphinx/util/logging.py @@ -1,12 +1,4 @@ -""" - sphinx.util.logging - ~~~~~~~~~~~~~~~~~~~ - - Logging utility functions for Sphinx. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Logging utility functions for Sphinx.""" import logging import logging.handlers |