sphinxcontrib-jquery is a Sphinx extension that provides jQuery for Sphinx projects running on versions 1.6 through 4.0. It was created to bridge a period where Sphinx core temporarily removed jQuery, ensuring compatibility for projects relying on it. The current version is 4.1.
pip install sphinxcontrib-jqueryNo compatibility data collected yet for this library.
To enable the `sphinxcontrib-jquery` extension, add 'sphinxcontrib.jquery' to the `extensions` list within your Sphinx project's `conf.py` configuration file.
Remove 'sphinxcontrib.jquery' from your `extensions` list in `conf.py` if your project uses Sphinx 5.0 or a newer version.
Ensure your Sphinx version is within the recommended range (1.6 to 4.0) if your project relies on this extension. For Sphinx versions outside this range, the extension might not provide its intended benefits or could cause issues.
pip install sphinxcontrib-jquery
Remove `'sphinxcontrib.jquery'` from the `extensions` list in your `conf.py` file.
Change `'sphinxcontrib-jquery'` to `'sphinxcontrib.jquery'` in the `extensions` list in your `conf.py` file.
No dependency data recorded yet.