diff options
Diffstat (limited to 'tests/test_build_latex.py')
-rw-r--r-- | tests/test_build_latex.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_build_latex.py b/tests/test_build_latex.py index 5db8546e9..50b2b693a 100644 --- a/tests/test_build_latex.py +++ b/tests/test_build_latex.py @@ -1,12 +1,4 @@ -""" - test_build_latex - ~~~~~~~~~~~~~~~~ - - Test the build process with LaTeX builder with the test root. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test the build process with LaTeX builder with the test root.""" import os import re |