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