diff options
Diffstat (limited to 'tests/test_writer_latex.py')
-rw-r--r-- | tests/test_writer_latex.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_writer_latex.py b/tests/test_writer_latex.py index ccb578f3e..d51879949 100644 --- a/tests/test_writer_latex.py +++ b/tests/test_writer_latex.py @@ -1,12 +1,4 @@ -""" - test_writer_latex - ~~~~~~~~~~~~~~~~ - - Test the LaTeX writer - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test the LaTeX writer""" import pytest |