diff options
Diffstat (limited to 'sphinx/builders/latex/theming.py')
-rw-r--r-- | sphinx/builders/latex/theming.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/builders/latex/theming.py b/sphinx/builders/latex/theming.py index b2e3a4dff..69f849381 100644 --- a/sphinx/builders/latex/theming.py +++ b/sphinx/builders/latex/theming.py @@ -1,12 +1,4 @@ -""" - sphinx.builders.latex.theming - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - Theming support for LaTeX builder. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Theming support for LaTeX builder.""" import configparser from os import path |