diff options
Diffstat (limited to 'sphinx/registry.py')
-rw-r--r-- | sphinx/registry.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/registry.py b/sphinx/registry.py index 76c30b905..0f8010956 100644 --- a/sphinx/registry.py +++ b/sphinx/registry.py @@ -1,12 +1,4 @@ -""" - sphinx.registry - ~~~~~~~~~~~~~~~ - - Sphinx component registry. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Sphinx component registry.""" import traceback import warnings |