Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liška <mliska@suse.cz>2022-10-17 15:17:30 +0300
committerGitHub <noreply@github.com>2022-10-17 15:17:30 +0300
commit2a70006e595825fdab945e83d25793a7992383aa (patch)
treeacfea5749a8def112b9ee3e514b81230595174f3
parent49c48f5aee57e52f5ed02b2f5abd3da571347fe9 (diff)
Link to static JS libraries from Sphinx 5.3 (#10926)
This is the last Sphinx minor version to include ``jquery.js`` and ``underscore.js``.
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 04d911260..b04bc9fa5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -314,7 +314,7 @@ Deprecated
``underscore.js`` from `the Sphinx repository`_ to your ``static`` directory,
and add the following to your ``layout.html``:
- .. _the Sphinx repository: https://github.com/sphinx-doc/sphinx/tree/v4.3.2/sphinx/themes/basic/static
+ .. _the Sphinx repository: https://github.com/sphinx-doc/sphinx/tree/v5.3.0/sphinx/themes/basic/static
.. code-block:: html+jinja
{%- block scripts %}