diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-01 18:45:03 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-01 18:45:03 +0900 |
| commit | b84771dcd2fe1543acbdf87af3b60b323f41e80b (patch) | |
| tree | 24010bd63a4c6e8d96f90003056a1ba58c900a8e /sphinx/cmd | |
| parent | 565152301fb2b771f52c40926c37ce6b1713d09a (diff) | |
| download | sphinx-git-b84771dcd2fe1543acbdf87af3b60b323f41e80b.tar.gz | |
A happy new year!
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 583e50ed7..d77014547 100644 --- a/sphinx/cmd/__init__.py +++ b/sphinx/cmd/__init__.py @@ -4,6 +4,6 @@ Modules for command line executables. - :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2022 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 9df13e930..77e3cd44f 100644 --- a/sphinx/cmd/build.py +++ b/sphinx/cmd/build.py @@ -4,7 +4,7 @@ Build documentation from a provided source. - :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2022 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 242329ae0..cad0eeabb 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-2021 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2022 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 ca30f97be..01e7e3b16 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-2021 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |
