diff options
Diffstat (limited to 'sphinx/pygments_styles.py')
-rw-r--r-- | sphinx/pygments_styles.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/pygments_styles.py b/sphinx/pygments_styles.py index d81aa2879..ffc7f7f0b 100644 --- a/sphinx/pygments_styles.py +++ b/sphinx/pygments_styles.py @@ -1,12 +1,4 @@ -""" - sphinx.pygments_styles - ~~~~~~~~~~~~~~~~~~~~~~ - - Sphinx theme specific highlighting styles. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Sphinx theme specific highlighting styles.""" from pygments.style import Style from pygments.styles.friendly import FriendlyStyle |