diff options
Diffstat (limited to 'tests/test_catalogs.py')
-rw-r--r-- | tests/test_catalogs.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_catalogs.py b/tests/test_catalogs.py index 319e6a07d..74aa7077a 100644 --- a/tests/test_catalogs.py +++ b/tests/test_catalogs.py @@ -1,12 +1,4 @@ -""" - test_build_base - ~~~~~~~~~~~~~~~ - - Test the base build process. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test the base build process.""" import shutil import pytest |