diff options
Diffstat (limited to 'tests/test_toctree.py')
-rw-r--r-- | tests/test_toctree.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_toctree.py b/tests/test_toctree.py index 33e73c98c..e1afa4bb9 100644 --- a/tests/test_toctree.py +++ b/tests/test_toctree.py @@ -1,12 +1,4 @@ -""" - test_toctree - ~~~~~~~~~~~~ - - Test the HTML builder and check output against XPath. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test the HTML builder and check output against XPath.""" import re import pytest |