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/transforms/post_transforms | |
| parent | 565152301fb2b771f52c40926c37ce6b1713d09a (diff) | |
| download | sphinx-git-b84771dcd2fe1543acbdf87af3b60b323f41e80b.tar.gz | |
A happy new year!
Diffstat (limited to 'sphinx/transforms/post_transforms')
| -rw-r--r-- | sphinx/transforms/post_transforms/__init__.py | 2 | ||||
| -rw-r--r-- | sphinx/transforms/post_transforms/code.py | 2 | ||||
| -rw-r--r-- | sphinx/transforms/post_transforms/images.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/transforms/post_transforms/__init__.py b/sphinx/transforms/post_transforms/__init__.py index c199aa3d7..098f004c7 100644 --- a/sphinx/transforms/post_transforms/__init__.py +++ b/sphinx/transforms/post_transforms/__init__.py @@ -4,7 +4,7 @@ Docutils transforms used by 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. """ diff --git a/sphinx/transforms/post_transforms/code.py b/sphinx/transforms/post_transforms/code.py index 3c4c0ebab..5f31a434d 100644 --- a/sphinx/transforms/post_transforms/code.py +++ b/sphinx/transforms/post_transforms/code.py @@ -4,7 +4,7 @@ transforms for code-blocks. - :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/transforms/post_transforms/images.py b/sphinx/transforms/post_transforms/images.py index d243ea712..d2929dca8 100644 --- a/sphinx/transforms/post_transforms/images.py +++ b/sphinx/transforms/post_transforms/images.py @@ -4,7 +4,7 @@ Docutils transforms used by 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. """ |
