diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-01-01 02:00:29 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-01-01 13:40:48 +0900 |
commit | f9968594206e538f13fa1c27c065027f10d4ea27 (patch) | |
tree | 9b704a2dd96f95ba2cdbf042b04bb73215e74410 /sphinx/errors.py | |
parent | 5383846ced558d592795a162182cb37310ae9577 (diff) | |
download | sphinx-git-f9968594206e538f13fa1c27c065027f10d4ea27.tar.gz |
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
Diffstat (limited to 'sphinx/errors.py')
-rw-r--r-- | sphinx/errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/errors.py b/sphinx/errors.py index d9a83712c..c632d8dbc 100644 --- a/sphinx/errors.py +++ b/sphinx/errors.py @@ -5,7 +5,7 @@ Contains SphinxError and a few subclasses (in an extra module to avoid circular import problems). - :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. """ |