diff options
Diffstat (limited to 'sphinx/testing/__init__.py')
-rw-r--r-- | sphinx/testing/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/testing/__init__.py b/sphinx/testing/__init__.py index e219d2c3f..1cf074ff1 100644 --- a/sphinx/testing/__init__.py +++ b/sphinx/testing/__init__.py @@ -4,7 +4,4 @@ You can require sphinx.testing pytest fixtures in a test module or a conftest file like this: pytest_plugins = 'sphinx.testing.fixtures' - -:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. -:license: BSD, see LICENSE for details. """ |