diff options
Diffstat (limited to 'sphinx/highlighting.py')
-rw-r--r-- | sphinx/highlighting.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/highlighting.py b/sphinx/highlighting.py index a729f7997..52fe098dc 100644 --- a/sphinx/highlighting.py +++ b/sphinx/highlighting.py @@ -1,7 +1,4 @@ """Highlight code blocks using Pygments. - -:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. -:license: BSD, see LICENSE for details. """ from functools import partial |