speedyleion / sphinx-c-autodoc

Use C with sphinx.ext.autodoc
The Unlicense
9 stars 1 forks source link

Bump sphinxcontrib-jquery from 2.0.0 to 4.1 #109

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps sphinxcontrib-jquery from 2.0.0 to 4.1.

Changelog

Sourced from sphinxcontrib-jquery's changelog.

Release 4.1 (14/03/2023)

  • Include tests/, AUTHORS, CHANGES.rst, and LICENCE in the source distribution ('sdist') file. No changes to functionality.

Release 4.0 (14/03/2023)

  • Enforcing subresource integrity_ (SRI) checks breaks loading rendered documentation from local filesystem (file:/// URIs). SRI checks may now be configured by the boolean configuration option jquery_use_sri, which defaults to False. See sphinx_rtd_theme#1420_ for further details.

.. _sphinx_rtd_theme#1420: readthedocs/sphinx_rtd_theme#1420

Release 3.0.0 (03/11/2022)

  • Vendor jQuery within the extension and copy the files to the documentation's _static directory.
  • Include the _sphinx_javascript_frameworks_compat.js compatibility file from Sphinx 5.
  • Include subresource integrity_ checksums in generated <script/> tags.

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

Commits
  • f45993d Include project files in sdist
  • 41a78f1 Update project metadata
  • 13d9ff5 Use a two-part version number
  • e2fbe5c Add explicit dependency on Sphinx
  • 50e6dad Test old versions of Sphinx
  • 1af8257 Adds a reference to the repository in pyproject.toml (#12)
  • e68abf3 Remove dependency on setuptools (#22)
  • 741a2eb Add configuration option jquery_use_sri and bump to 4.0.0 (#14)
  • 85ccc94 Bump to v3.0.0
  • ba0dfbe Determine package version dynamically
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)