diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-01-02 16:16:25 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-01-02 16:16:25 +0900 |
| commit | 76e9f57c2e4457dec11d258435b7a6c6ec5de005 (patch) | |
| tree | 510cc42b0cabb4f5b93651171d3ed149e9582add /sphinx/directives | |
| parent | 58f4c658fa5402a54c371ca8130d5d0ce90232b1 (diff) | |
| parent | 267e5b004d9415dd8db242a0ff18b47510391261 (diff) | |
| download | sphinx-git-76e9f57c2e4457dec11d258435b7a6c6ec5de005.tar.gz | |
Merge branch '1.8'
Diffstat (limited to 'sphinx/directives')
| -rw-r--r-- | sphinx/directives/__init__.py | 2 | ||||
| -rw-r--r-- | sphinx/directives/code.py | 2 | ||||
| -rw-r--r-- | sphinx/directives/other.py | 2 | ||||
| -rw-r--r-- | sphinx/directives/patches.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sphinx/directives/__init__.py b/sphinx/directives/__init__.py index 5102e7e2b..8dbb1cec6 100644 --- a/sphinx/directives/__init__.py +++ b/sphinx/directives/__init__.py @@ -4,7 +4,7 @@ Handlers for additional ReST directives. - :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/sphinx/directives/code.py b/sphinx/directives/code.py index c2acf8cca..106d400b9 100644 --- a/sphinx/directives/code.py +++ b/sphinx/directives/code.py @@ -2,7 +2,7 @@ sphinx.directives.code ~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/sphinx/directives/other.py b/sphinx/directives/other.py index d2e7f2ddd..2efca0722 100644 --- a/sphinx/directives/other.py +++ b/sphinx/directives/other.py @@ -2,7 +2,7 @@ sphinx.directives.other ~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ diff --git a/sphinx/directives/patches.py b/sphinx/directives/patches.py index ecee2b10c..3c31571ac 100644 --- a/sphinx/directives/patches.py +++ b/sphinx/directives/patches.py @@ -2,7 +2,7 @@ sphinx.directives.patches ~~~~~~~~~~~~~~~~~~~~~~~~~ - :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |
