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/environment/adapters/toctree.py | |
parent | 58f4c658fa5402a54c371ca8130d5d0ce90232b1 (diff) | |
parent | 267e5b004d9415dd8db242a0ff18b47510391261 (diff) | |
download | sphinx-git-76e9f57c2e4457dec11d258435b7a6c6ec5de005.tar.gz |
Merge branch '1.8'
Diffstat (limited to 'sphinx/environment/adapters/toctree.py')
-rw-r--r-- | sphinx/environment/adapters/toctree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/environment/adapters/toctree.py b/sphinx/environment/adapters/toctree.py index 76e8a7778..fe7bd3d0d 100644 --- a/sphinx/environment/adapters/toctree.py +++ b/sphinx/environment/adapters/toctree.py @@ -4,7 +4,7 @@ Toctree adapter for sphinx.environment. - :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. """ |