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/cmd | |
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/cmd')
-rw-r--r-- | sphinx/cmd/__init__.py | 2 | ||||
-rw-r--r-- | sphinx/cmd/build.py | 2 | ||||
-rw-r--r-- | sphinx/cmd/make_mode.py | 2 | ||||
-rw-r--r-- | sphinx/cmd/quickstart.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sphinx/cmd/__init__.py b/sphinx/cmd/__init__.py index 33fbf747b..583e50ed7 100644 --- a/sphinx/cmd/__init__.py +++ b/sphinx/cmd/__init__.py @@ -4,6 +4,6 @@ Modules for command line executables. - :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. """ diff --git a/sphinx/cmd/build.py b/sphinx/cmd/build.py index f75b13fc8..32a89eb29 100644 --- a/sphinx/cmd/build.py +++ b/sphinx/cmd/build.py @@ -4,7 +4,7 @@ Build documentation from a provided source. - :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. """ diff --git a/sphinx/cmd/make_mode.py b/sphinx/cmd/make_mode.py index 9043868e1..aaa40fba0 100644 --- a/sphinx/cmd/make_mode.py +++ b/sphinx/cmd/make_mode.py @@ -10,7 +10,7 @@ This is in its own module so that importing it is fast. It should not import the main Sphinx modules (like sphinx.applications, sphinx.builders). - :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. """ diff --git a/sphinx/cmd/quickstart.py b/sphinx/cmd/quickstart.py index f9def2656..7d1c48f31 100644 --- a/sphinx/cmd/quickstart.py +++ b/sphinx/cmd/quickstart.py @@ -4,7 +4,7 @@ Quickly setup documentation source to work with Sphinx. - :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. """ |