Skip to content

Commit 569fde8

Browse files
committed
Happy New Year!
1 parent 55f3089 commit 569fde8

Some content is hidden

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

42 files changed

+42
-42
lines changed

LICENSE.rst

Lines changed: 1 addition & 1 deletion

sphinx/templates/graphviz/graphviz.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- graphviz extension.
66
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

sphinx/themes/agogo/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Sphinx layout template for the agogo theme, originally written
66
by Andi Albrecht.
77

8-
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
#}
1111
{%- extends "basic/layout.html" %}

sphinx/themes/agogo/static/agogo.css_t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- agogo theme.
66
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

sphinx/themes/basic/defindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Default template for the "index" page.
66

7-
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
#}{{ warn('Now base template defindex.html is deprecated.') }}
1010
{%- extends "layout.html" %}

sphinx/themes/basic/domainindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Template for domain indices (module index, ...).
66

7-
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
#}
1010
{%- extends "layout.html" %}

sphinx/themes/basic/genindex-single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Template for a "single" page of a split index.
66

7-
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
#}
1010
{% macro indexentries(firstname, links) %}

sphinx/themes/basic/genindex-split.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Template for a "split" index overview page.
66

7-
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
#}
1010
{%- extends "layout.html" %}

sphinx/themes/basic/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Template for an "all-in-one" index.
66

7-
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
#}
1010
{%- extends "layout.html" %}

sphinx/themes/basic/globaltoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Sphinx sidebar template: global table of contents.
66

7-
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
#}
1010
<h3><a href="{{ pathto(root_doc)|e }}">{{ _('Table of Contents') }}</a></h3>

0 commit comments

Comments
 (0)