Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-01-01 07:57:19 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-01-01 07:57:19 +0300
commit4b452338f914d4f6b54704222d70ae8a746e3db5 (patch)
treeb8898b22f61e3416dc758575c9061fef54e0bceb /sphinx/testing
parent1544097af546a4e5a674cce31646eb8e289dab9a (diff)
parent7ecf6b88aa5ddaed552527d2ef60f1bd35e98ddc (diff)
Merge branch '3.x'
Diffstat (limited to 'sphinx/testing')
-rw-r--r--sphinx/testing/__init__.py2
-rw-r--r--sphinx/testing/comparer.py2
-rw-r--r--sphinx/testing/fixtures.py2
-rw-r--r--sphinx/testing/path.py2
-rw-r--r--sphinx/testing/restructuredtext.py2
-rw-r--r--sphinx/testing/util.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/sphinx/testing/__init__.py b/sphinx/testing/__init__.py
index dd9f32462..67263eff9 100644
--- a/sphinx/testing/__init__.py
+++ b/sphinx/testing/__init__.py
@@ -9,6 +9,6 @@
pytest_plugins = 'sphinx.testing.fixtures'
- :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/testing/comparer.py b/sphinx/testing/comparer.py
index ddd818394..642cc8444 100644
--- a/sphinx/testing/comparer.py
+++ b/sphinx/testing/comparer.py
@@ -4,7 +4,7 @@
Sphinx test comparer for pytest
- :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import difflib
diff --git a/sphinx/testing/fixtures.py b/sphinx/testing/fixtures.py
index 906163d56..c284208ce 100644
--- a/sphinx/testing/fixtures.py
+++ b/sphinx/testing/fixtures.py
@@ -4,7 +4,7 @@
Sphinx test fixtures for pytest
- :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 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 a37839d60..efc5e8f63 100644
--- a/sphinx/testing/path.py
+++ b/sphinx/testing/path.py
@@ -2,7 +2,7 @@
sphinx.testing.path
~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/testing/restructuredtext.py b/sphinx/testing/restructuredtext.py
index b25d7f98a..bb095b410 100644
--- a/sphinx/testing/restructuredtext.py
+++ b/sphinx/testing/restructuredtext.py
@@ -2,7 +2,7 @@
sphinx.testing.restructuredtext
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/testing/util.py b/sphinx/testing/util.py
index 183adc32b..7868f4d62 100644
--- a/sphinx/testing/util.py
+++ b/sphinx/testing/util.py
@@ -4,7 +4,7 @@
Sphinx test suite utilities
- :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import functools