diff options
Diffstat (limited to 'tests/test_domain_rst.py')
-rw-r--r-- | tests/test_domain_rst.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_domain_rst.py b/tests/test_domain_rst.py index b79431d49..df19ffdb2 100644 --- a/tests/test_domain_rst.py +++ b/tests/test_domain_rst.py @@ -1,12 +1,4 @@ -""" - test_rst_domain - ~~~~~~~~~~~~~~~ - - Tests the reStructuredText domain. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Tests the reStructuredText domain.""" from sphinx import addnodes from sphinx.addnodes import (desc, desc_addname, desc_annotation, desc_content, desc_name, |