diff options
Diffstat (limited to 'sphinx/__init__.py')
-rw-r--r-- | sphinx/__init__.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py index ac32ab3ac..2adf7a69f 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -1,12 +1,4 @@ -""" - Sphinx - ~~~~~~ - - The Sphinx documentation toolchain. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""The Sphinx documentation toolchain.""" # Keep this file executable as-is in Python 3! # (Otherwise getting the version out of it from setup.py is impossible.) |