diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-01-01 13:51:51 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-01 13:51:51 +0900 |
commit | 1346ddf3175c1a8e84db1be0d262a490f3b16df1 (patch) | |
tree | 9b704a2dd96f95ba2cdbf042b04bb73215e74410 /tests/test_ext_autodoc_autoattribute.py | |
parent | 5383846ced558d592795a162182cb37310ae9577 (diff) | |
parent | f9968594206e538f13fa1c27c065027f10d4ea27 (diff) | |
download | sphinx-git-1346ddf3175c1a8e84db1be0d262a490f3b16df1.tar.gz |
Merge pull request #8635 from tk0miya/update_copyright
A happy new year! (Updating copyright)
Diffstat (limited to 'tests/test_ext_autodoc_autoattribute.py')
-rw-r--r-- | tests/test_ext_autodoc_autoattribute.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ext_autodoc_autoattribute.py b/tests/test_ext_autodoc_autoattribute.py index 7f79ca332..f3fffe75b 100644 --- a/tests/test_ext_autodoc_autoattribute.py +++ b/tests/test_ext_autodoc_autoattribute.py @@ -5,7 +5,7 @@ Test the autodoc extension. This tests mainly the Documenters; the auto directives are tested in a test source file translated by test_build. - :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. """ |