Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eaf495c

Browse files
committed
A happy new year!
1 parent 2f36d79 commit eaf495c

83 files changed

Lines changed: 83 additions & 83 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pytest config for sphinx/tests
33
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44
5-
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
5+
:copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
66
:license: BSD, see LICENSE for details.
77
"""
88

tests/roots/test-changes/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

33
project = 'Sphinx ChangesBuilder tests'
4-
copyright = '2007-2019 by the Sphinx team, see AUTHORS'
4+
copyright = '2007-2020 by the Sphinx team, see AUTHORS'
55
version = '0.6'
66
release = '0.6alpha1'

tests/test_api_translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Test the Sphinx API for translator.
66
7-
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

tests/test_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Test the Sphinx class.
66
7-
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

tests/test_autodoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Test the autodoc extension. This tests mainly the Documenters; the auto
66
directives are tested in a test source file translated by test_build.
77
8-
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

tests/test_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Test all builders.
66
7-
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

tests/test_build_changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Test the ChangesBuilder class.
77
8-
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

tests/test_build_gettext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Test the build process with gettext builder with the test root.
66
7-
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

tests/test_build_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Test the HTML builder and check output against XPath.
66
7-
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

tests/test_build_latex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Test the build process with LaTeX builder with the test root.
66
7-
:copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

0 commit comments

Comments
 (0)