python-sphinxcontrib-jquery
Port variant v12
Summary Use jQuery for newer Sphinx releases (3.12)
Package version 4.1
Homepage https://pypi.org/project/sphinxcontrib-jquery/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v13
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 14 JAN 2025, 19:34:39 UTC
Port created 18 APR 2023, 15:51:15 UTC
Subpackage Descriptions
single ====================== 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
Configuration Switches (platform-specific settings discarded)
PY312 ON Build using Python 3.12 PY313 OFF Build using Python 3.13
Package Dependencies by Type
Build (only) python312:dev:std
python-pip:single:v12
autoselect-python:single:std
Build and Runtime python312:primary:std
Runtime (only) python-Sphinx:single:v12
Download groups
main mirror://PYPIWHL/76/85/749bd22d1a68db7291c89e2ebca53f4306c3f205853cf31e9de279034c3c
Distribution File Information
f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae 121104 python-src/sphinxcontrib_jquery-4.1-py2.py3-none-any.whl
Ports that require python-sphinxcontrib-jquery:v12
python-sphinx-rtd-theme:v12 Read the Docs theme for Sphinx (3.12)