- Include
tests/
,AUTHORS
,CHANGES.rst
, andLICENCE
in the source distribution ('sdist') file. No changes to functionality.
- Enforcing subresource integrity (SRI) checks breaks loading rendered
documentation from local filesystem (
file:///
URIs). SRI checks may now be configured by the boolean configuration optionjquery_use_sri
, which defaults toFalse
. See sphinx_rtd_theme#1420 for further details.
- 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.
- Declare support for Python 2.7, 3.5, and 3.6.
- Add testing.
- Initial release of
sphinxcontrib-jquery
.