mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Happy New Year!
This commit is contained in:
parent
55f3089981
commit
569fde84d4
@ -4,7 +4,7 @@ License for Sphinx
|
|||||||
Unless otherwise indicated, all code in the Sphinx project is licenced under the
|
Unless otherwise indicated, all code in the Sphinx project is licenced under the
|
||||||
two clause BSD licence below.
|
two clause BSD licence below.
|
||||||
|
|
||||||
Copyright (c) 2007-2023 by the Sphinx team (see AUTHORS file).
|
Copyright (c) 2007-2024 by the Sphinx team (see AUTHORS file).
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Sphinx stylesheet -- graphviz extension.
|
* Sphinx stylesheet -- graphviz extension.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Sphinx layout template for the agogo theme, originally written
|
Sphinx layout template for the agogo theme, originally written
|
||||||
by Andi Albrecht.
|
by Andi Albrecht.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- extends "basic/layout.html" %}
|
{%- extends "basic/layout.html" %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Sphinx stylesheet -- agogo theme.
|
* Sphinx stylesheet -- agogo theme.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Default template for the "index" page.
|
Default template for the "index" page.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}{{ warn('Now base template defindex.html is deprecated.') }}
|
#}{{ warn('Now base template defindex.html is deprecated.') }}
|
||||||
{%- extends "layout.html" %}
|
{%- extends "layout.html" %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Template for domain indices (module index, ...).
|
Template for domain indices (module index, ...).
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- extends "layout.html" %}
|
{%- extends "layout.html" %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Template for a "single" page of a split index.
|
Template for a "single" page of a split index.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{% macro indexentries(firstname, links) %}
|
{% macro indexentries(firstname, links) %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Template for a "split" index overview page.
|
Template for a "split" index overview page.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- extends "layout.html" %}
|
{%- extends "layout.html" %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Template for an "all-in-one" index.
|
Template for an "all-in-one" index.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- extends "layout.html" %}
|
{%- extends "layout.html" %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Sphinx sidebar template: global table of contents.
|
Sphinx sidebar template: global table of contents.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
<h3><a href="{{ pathto(root_doc)|e }}">{{ _('Table of Contents') }}</a></h3>
|
<h3><a href="{{ pathto(root_doc)|e }}">{{ _('Table of Contents') }}</a></h3>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Master layout template for Sphinx themes.
|
Master layout template for Sphinx themes.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- block doctype -%}
|
{%- block doctype -%}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Sphinx sidebar template: local table of contents.
|
Sphinx sidebar template: local table of contents.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- if display_toc %}
|
{%- if display_toc %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Master template for simple pages.
|
Master template for simple pages.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- extends "layout.html" %}
|
{%- extends "layout.html" %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Sphinx sidebar template: relation links.
|
Sphinx sidebar template: relation links.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- if prev %}
|
{%- if prev %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Template for the search page.
|
Template for the search page.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- extends "layout.html" %}
|
{%- extends "layout.html" %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Sphinx sidebar template: quick search box.
|
Sphinx sidebar template: quick search box.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- if pagename != "search" and builder != "singlehtml" %}
|
{%- if pagename != "search" and builder != "singlehtml" %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Sphinx sidebar template: "show source" link.
|
Sphinx sidebar template: "show source" link.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- if show_source and has_source and sourcename %}
|
{%- if show_source and has_source and sourcename %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Sphinx stylesheet -- basic theme.
|
* Sphinx stylesheet -- basic theme.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Base JavaScript utilities for all Sphinx HTML documentation.
|
* Base JavaScript utilities for all Sphinx HTML documentation.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* This script contains the language-specific data used by searchtools.js,
|
* This script contains the language-specific data used by searchtools.js,
|
||||||
* namely the list of stopwords, stemmer, scorer and splitter.
|
* namely the list of stopwords, stemmer, scorer and splitter.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Sphinx JavaScript utilities for the full-text search.
|
* Sphinx JavaScript utilities for the full-text search.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Sphinx layout template for the bizstyle theme.
|
Sphinx layout template for the bizstyle theme.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{% extends "basic/layout.html" %}
|
{% extends "basic/layout.html" %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Sphinx stylesheet -- business style theme.
|
* Sphinx stylesheet -- business style theme.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
//
|
//
|
||||||
// This theme was created by referring to 'sphinxdoc'
|
// This theme was created by referring to 'sphinxdoc'
|
||||||
//
|
//
|
||||||
// :copyright: Copyright 2007-2023 by Sphinx team, see AUTHORS.
|
// :copyright: Copyright 2007-2024 by Sphinx team, see AUTHORS.
|
||||||
// :license: BSD, see LICENSE for details.
|
// :license: BSD, see LICENSE for details.
|
||||||
//
|
//
|
||||||
const initialiseBizStyle = () => {
|
const initialiseBizStyle = () => {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Sphinx layout template for the classic theme.
|
Sphinx layout template for the classic theme.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- extends "basic/layout.html" %}
|
{%- extends "basic/layout.html" %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Sphinx stylesheet -- classic theme.
|
* Sphinx stylesheet -- classic theme.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
* Once the browser is closed the cookie is deleted and the position
|
* Once the browser is closed the cookie is deleted and the position
|
||||||
* reset to the default (expanded).
|
* reset to the default (expanded).
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Sample template for the html cover page.
|
Sample template for the html cover page.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- extends "layout.html" %}
|
{%- extends "layout.html" %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Sphinx layout template for the epub theme.
|
Sphinx layout template for the epub theme.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- extends "basic/layout.html" %}
|
{%- extends "basic/layout.html" %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Sphinx stylesheet -- epub theme.
|
* Sphinx stylesheet -- epub theme.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Sphinx layout template for the haiku theme.
|
Sphinx layout template for the haiku theme.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- extends "basic/layout.html" %}
|
{%- extends "basic/layout.html" %}
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
* Braden Ewing <brewin@gmail.com>
|
* Braden Ewing <brewin@gmail.com>
|
||||||
* Humdinger <humdingerb@gmail.com>
|
* Humdinger <humdingerb@gmail.com>
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Sphinx stylesheet -- nature theme.
|
* Sphinx stylesheet -- nature theme.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Sphinx layout template for the any help system theme.
|
Sphinx layout template for the any help system theme.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- extends "basic/layout.html" %}
|
{%- extends "basic/layout.html" %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Sphinx stylesheet -- nonav theme.
|
* Sphinx stylesheet -- nonav theme.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Sphinx stylesheet -- default theme.
|
* Sphinx stylesheet -- default theme.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Sphinx stylesheet -- pylons theme.
|
* Sphinx stylesheet -- pylons theme.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Sphinx layout template for the scrolls theme, originally written
|
Sphinx layout template for the scrolls theme, originally written
|
||||||
by Armin Ronacher.
|
by Armin Ronacher.
|
||||||
|
|
||||||
:copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
#}
|
#}
|
||||||
{%- extends "basic/layout.html" %}
|
{%- extends "basic/layout.html" %}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Sphinx stylesheet -- scrolls theme.
|
* Sphinx stylesheet -- scrolls theme.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* Sphinx stylesheet -- sphinxdoc theme. Originally created by
|
* Sphinx stylesheet -- sphinxdoc theme. Originally created by
|
||||||
* Armin Ronacher for Werkzeug.
|
* Armin Ronacher for Werkzeug.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Sphinx stylesheet -- traditional docs.python.org theme.
|
* Sphinx stylesheet -- traditional docs.python.org theme.
|
||||||
*
|
*
|
||||||
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
|
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
|
||||||
* :license: BSD, see LICENSE for details.
|
* :license: BSD, see LICENSE for details.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
project = 'Sphinx ChangesBuilder tests'
|
project = 'Sphinx ChangesBuilder tests'
|
||||||
copyright = '2007-2023 by the Sphinx team, see AUTHORS'
|
copyright = '2007-2024 by the Sphinx team, see AUTHORS'
|
||||||
version = '0.6'
|
version = '0.6'
|
||||||
release = '0.6alpha1'
|
release = '0.6alpha1'
|
||||||
|
Loading…
Reference in New Issue
Block a user