summaryrefslogtreecommitdiff
path: root/sphinx/testing
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-02 16:16:25 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-02 16:16:25 +0900
commit76e9f57c2e4457dec11d258435b7a6c6ec5de005 (patch)
tree510cc42b0cabb4f5b93651171d3ed149e9582add /sphinx/testing
parent58f4c658fa5402a54c371ca8130d5d0ce90232b1 (diff)
parent267e5b004d9415dd8db242a0ff18b47510391261 (diff)
downloadsphinx-git-76e9f57c2e4457dec11d258435b7a6c6ec5de005.tar.gz
Merge branch '1.8'
Diffstat (limited to 'sphinx/testing')
-rw-r--r--sphinx/testing/__init__.py2
-rw-r--r--sphinx/testing/fixtures.py2
-rw-r--r--sphinx/testing/path.py2
-rw-r--r--sphinx/testing/util.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/sphinx/testing/__init__.py b/sphinx/testing/__init__.py
index 8b9e32636..f080d8632 100644
--- a/sphinx/testing/__init__.py
+++ b/sphinx/testing/__init__.py
@@ -9,6 +9,6 @@
pytest_plugins = 'sphinx.testing.fixtures'
- :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/testing/fixtures.py b/sphinx/testing/fixtures.py
index c37e0f357..4ad4a1f32 100644
--- a/sphinx/testing/fixtures.py
+++ b/sphinx/testing/fixtures.py
@@ -4,7 +4,7 @@
Sphinx test fixtures for pytest
- :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/testing/path.py b/sphinx/testing/path.py
index 9477391b4..f71bf509b 100644
--- a/sphinx/testing/path.py
+++ b/sphinx/testing/path.py
@@ -2,7 +2,7 @@
sphinx.testing.path
~~~~~~~~~~~~~~~~~~~
- :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.
"""
import os
diff --git a/sphinx/testing/util.py b/sphinx/testing/util.py
index c8fb7f199..6ad254b35 100644
--- a/sphinx/testing/util.py
+++ b/sphinx/testing/util.py
@@ -4,7 +4,7 @@
Sphinx test suite utilities
- :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.
"""
import os