Skip to content

Commit f38bd8e

Browse files
committed
Merge branch '4.3.x' into 4.x
2 parents b22134d + 8b7c81b commit f38bd8e

File tree

314 files changed

+314
-314
lines changed

Some content is hidden

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

314 files changed

+314
-314
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
License for Sphinx
22
==================
33

4-
Copyright (c) 2007-2021 by the Sphinx team (see AUTHORS file).
4+
Copyright (c) 2007-2022 by the Sphinx team (see AUTHORS file).
55
All rights reserved.
66

77
Redistribution and use in source and binary forms, with or without

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
exclude_patterns = ['_build']
1515

1616
project = 'Sphinx'
17-
copyright = '2007-2021, Georg Brandl and the Sphinx team'
17+
copyright = '2007-2022, Georg Brandl and the Sphinx team'
1818
version = sphinx.__display_version__
1919
release = version
2020
show_authors = True

sphinx/__init__.py

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

sphinx/__main__.py

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

sphinx/addnodes.py

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

sphinx/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Gracefully adapted from the TextPress system by Armin.
88
9-
:copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
9+
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
1010
:license: BSD, see LICENSE for details.
1111
"""
1212

sphinx/builders/__init__.py

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

sphinx/builders/_epub_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Base class of epub2/epub3 builders.
66
7-
:copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

sphinx/builders/changes.py

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

sphinx/builders/dirhtml.py

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

0 commit comments

Comments
 (0)