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/cmd | |
| parent | 58f4c658fa5402a54c371ca8130d5d0ce90232b1 (diff) | |
| parent | 267e5b004d9415dd8db242a0ff18b47510391261 (diff) | |
| download | sphinx-git-76e9f57c2e4457dec11d258435b7a6c6ec5de005.tar.gz | |
Merge branch '1.8'
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 349e7863d..0ad67d6fb 100644 --- a/sphinx/cmd/__init__.py +++ b/sphinx/cmd/__init__.py @@ -4,6 +4,6 @@ Modules for command line executables. - :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/cmd/build.py b/sphinx/cmd/build.py index 15c6827ff..1d4674b9e 100644 --- a/sphinx/cmd/build.py +++ b/sphinx/cmd/build.py @@ -4,7 +4,7 @@ Build documentation from a provided source. - :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/cmd/make_mode.py b/sphinx/cmd/make_mode.py index 6baf0de17..82a88933d 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-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/cmd/quickstart.py b/sphinx/cmd/quickstart.py index d3e41aa54..76e9254fb 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-2018 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |
