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

+1-1

sphinx/templates/graphviz/graphviz.css

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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>

sphinx/themes/basic/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Master layout template for Sphinx themes.
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
{%- block doctype -%}

sphinx/themes/basic/localtoc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Sphinx sidebar template: local 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
{%- if display_toc %}

sphinx/themes/basic/page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Master template for simple pages.
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/relations.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Sphinx sidebar template: relation links.
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
{%- if prev %}

sphinx/themes/basic/search.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Template for the search 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/searchbox.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Sphinx sidebar template: quick search box.
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
{%- if pagename != "search" and builder != "singlehtml" %}

sphinx/themes/basic/sourcelink.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Sphinx sidebar template: "show source" link.
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
{%- if show_source and has_source and sourcename %}

sphinx/themes/basic/static/basic.css_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic 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/static/doctools.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Base JavaScript utilities for all Sphinx HTML documentation.
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/static/language_data.js_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This script contains the language-specific data used by searchtools.js,
66
* namely the list of stopwords, stemmer, scorer and splitter.
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
*/

sphinx/themes/basic/static/searchtools.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx JavaScript utilities for the full-text search.
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/bizstyle/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Sphinx layout template for the bizstyle theme.
66

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

sphinx/themes/bizstyle/static/bizstyle.css_t

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

sphinx/themes/bizstyle/static/bizstyle.js_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
// This theme was created by referring to 'sphinxdoc'
88
//
9-
// :copyright: Copyright 2007-2023 by Sphinx team, see AUTHORS.
9+
// :copyright: Copyright 2007-2024 by Sphinx team, see AUTHORS.
1010
// :license: BSD, see LICENSE for details.
1111
//
1212
const initialiseBizStyle = () => {

sphinx/themes/classic/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Sphinx layout template for the classic 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
{%- extends "basic/layout.html" %}

sphinx/themes/classic/static/classic.css_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- classic 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/classic/static/sidebar.js_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Once the browser is closed the cookie is deleted and the position
1717
* reset to the default (expanded).
1818
*
19-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
19+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
2020
* :license: BSD, see LICENSE for details.
2121
*
2222
*/

sphinx/themes/epub/epub-cover.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Sample template for the html cover 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/epub/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Sphinx layout template for the epub 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
{%- extends "basic/layout.html" %}

sphinx/themes/epub/static/epub.css_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- epub 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/haiku/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Sphinx layout template for the haiku 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
{%- extends "basic/layout.html" %}

sphinx/themes/haiku/static/haiku.css_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Braden Ewing <[email protected]>
1717
* Humdinger <[email protected]>
1818
*
19-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
19+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
2020
* :license: BSD, see LICENSE for details.
2121
*
2222
*/

sphinx/themes/nature/static/nature.css_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- nature 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/nonav/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Sphinx layout template for the any help system 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
{%- extends "basic/layout.html" %}

sphinx/themes/nonav/static/nonav.css_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- nonav 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/pyramid/static/epub.css_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- default 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/pyramid/static/pyramid.css_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- pylons 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/scrolls/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Sphinx layout template for the scrolls theme, originally written
66
by Armin Ronacher.
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/scrolls/static/scrolls.css_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- scrolls 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/sphinxdoc/static/sphinxdoc.css_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Sphinx stylesheet -- sphinxdoc theme. Originally created by
66
* Armin Ronacher for Werkzeug.
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
*/

sphinx/themes/traditional/static/traditional.css_t

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- traditional docs.python.org 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
*/

tests/roots/test-changes/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
project = 'Sphinx ChangesBuilder tests'
2-
copyright = '2007-2023 by the Sphinx team, see AUTHORS'
2+
copyright = '2007-2024 by the Sphinx team, see AUTHORS'
33
version = '0.6'
44
release = '0.6alpha1'

0 commit comments

Comments
 (0)