diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-01-15 00:21:50 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-15 00:21:50 +0900 |
commit | b688941b09811e167492d0b7ad9323246b008ca8 (patch) | |
tree | 39d0a592d7835add98bb1b576acbe9a1c8daa926 /tests/test_build_text.py | |
parent | e99eb094295cecc17059c3ba210761d46c06ccd0 (diff) | |
parent | 2b9b6d6cb8d416835a9c5242d67790af04254c0b (diff) | |
download | sphinx-git-b688941b09811e167492d0b7ad9323246b008ca8.tar.gz |
Merge branch 'master' into feature-text-secnumbers
Diffstat (limited to 'tests/test_build_text.py')
-rw-r--r-- | tests/test_build_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_text.py b/tests/test_build_text.py index b18a08cbb..353925466 100644 --- a/tests/test_build_text.py +++ b/tests/test_build_text.py @@ -5,7 +5,7 @@ Test the build process with Text builder with the test root. - :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ import pytest |