From f9968594206e538f13fa1c27c065027f10d4ea27 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Fri, 1 Jan 2021 02:00:29 +0900 Subject: A happy new year! .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype --- tests/test_domain_py.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_domain_py.py') diff --git a/tests/test_domain_py.py b/tests/test_domain_py.py index f95521e2e..d8eac6284 100644 --- a/tests/test_domain_py.py +++ b/tests/test_domain_py.py @@ -4,7 +4,7 @@ Tests the Python Domain - :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ -- cgit v1.2.1