# sphinxcontrib-jquery

> Extension to include jQuery on newer Sphinx releases

- **URL**: https://www.freshcrate.ai/projects/sphinxcontrib-jquery
- **Author**: Adam Turner
- **Category**: Frameworks
- **Latest version**: `4.1` (2026-04-21)
- **License**: Unknown
- **Source**: https://github.com/sphinx-contrib/jquery/
- **Homepage**: https://pypi.org/project/sphinxcontrib-jquery/
- **Language**: Python
- **GitHub**: 12 stars, 8 forks
- **Registry**: pypi (`sphinxcontrib-jquery`)
- **Tags**: `pypi`

## Description

======================
 sphinxcontrib-jquery
======================

.. image:: https://img.shields.io/pypi/v/sphinxcontrib-jquery.svg
   :target: https://pypi.org/project/sphinxcontrib-jquery/
   :alt: Package on PyPI

``sphinxcontrib-jquery`` ensures that jQuery is always installed for use in
Sphinx themes or extensions.

To use it, add ``sphinxcontrib.jquery`` as a Sphinx extension:

.. code:: python

   # conf.py

   extensions = [
       "sphinxcontrib.jquery",
   ]
   ...


Configuration
-------------

.. As this is a README, we restrict the directives we use to those which GitHub
   renders correctly. This means that we cannot use ``versionadded``,
   ``confval``, ``warning``, or other similar directives.
   We use a reStructuredText definition list to emulate the ``confval``
   rendering.
   We use inline **bold** syntax as a poor-man's ``.. warning::`` directive.

``jquery_use_sri``
   A boolean value controlling whether to enable  `subresource integrity`_ (SRI)
   checks for JavaScript files that this extension loads.

   The default is ``False``.

   **Warning**: Enabling SRI checks may break documentation when loaded from
   local filesystem (``file:///`` URIs).

   *New in version 4.0.*

   .. _subresource integrity: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `4.1` | 2026-04-21 | Low | Imported from PyPI (4.1) |
| `master@2024-07-15` | 2024-07-15 | Low | Latest activity on master branch |
| `master@2024-07-15` | 2024-07-15 | Low | Latest activity on master branch |
| `master@2024-07-15` | 2024-07-15 | Low | Latest activity on master branch |
| `master@2024-07-15` | 2024-07-15 | Low | Latest activity on master branch |
| `master@2024-07-15` | 2024-07-15 | Low | Latest activity on master branch |
| `master@2024-07-15` | 2024-07-15 | Low | Latest activity on master branch |
| `master@2024-07-15` | 2024-07-15 | Low | Latest activity on master branch |
| `master@2024-07-15` | 2024-07-15 | Low | Latest activity on master branch |
| `master@2024-07-15` | 2024-07-15 | Low | Latest activity on master branch |

## Citation

- HTML: https://www.freshcrate.ai/projects/sphinxcontrib-jquery
- Markdown: https://www.freshcrate.ai/projects/sphinxcontrib-jquery.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/sphinxcontrib-jquery/deps

_Generated by freshcrate.ai. Indexes pypi releases for AI-agent ecosystem packages._
