python-sphinxcontrib-jquery
Port variant v11
Summary Use jQuery for newer Sphinx releases (3.11)
Package version 4.1
Homepage No known homepage
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 09 OCT 2023, 04:40:21 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)
PY311 ON Build using Python 3.11 PY312 OFF Build using Python 3.12
Package Dependencies by Type
Build (only) python-pip:single:v11
autoselect-python:single:standard
Build and Runtime python311:single:standard
Runtime (only) python-Sphinx:single:v11
Download groups
main mirror://PYPIWHL/76/85/749bd22d1a68db7291c89e2ebca53f4306c3f205853cf31e9de279034c3c
Distribution File Information
f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae 121104 sphinxcontrib_jquery-4.1-py2.py3-none-any.whl
Ports that require python-sphinxcontrib-jquery:v11
python-sphinx-rtd-theme:v11 Read the Docs theme for Sphinx (3.11)