diff options
Diffstat (limited to 'tests/test_ext_githubpages.py')
-rw-r--r-- | tests/test_ext_githubpages.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/test_ext_githubpages.py b/tests/test_ext_githubpages.py index 9d87b0212..445719e12 100644 --- a/tests/test_ext_githubpages.py +++ b/tests/test_ext_githubpages.py @@ -1,12 +1,4 @@ -""" - test_ext_githubpages - ~~~~~~~~~~~~~~~~~~~~ - - Test sphinx.ext.githubpages extension. - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""Test sphinx.ext.githubpages extension.""" import pytest |