diff options
Diffstat (limited to 'tests/test_docutilsconf.py')
-rw-r--r-- | tests/test_docutilsconf.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_docutilsconf.py b/tests/test_docutilsconf.py index 7e47c9ab3..def6cb67d 100644 --- a/tests/test_docutilsconf.py +++ b/tests/test_docutilsconf.py @@ -1,12 +1,4 @@ -""" - test_docutilsconf - ~~~~~~~~~~~~~~~~~ - - Test docutils.conf support for several writers. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test docutils.conf support for several writers.""" import pytest from docutils import nodes |