Package: sphinxcontrib-jsmath / 1.0.1-5

Metadata

Package Version Patches format
sphinxcontrib-jsmath 1.0.1-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_test_warnings.patch | (download)

tests/test_jsmath.py | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---
reproducible_build.patch | (download)

setup.cfg | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make the build reproducible
sphinx_8.2.patch | (download)

sphinxcontrib/jsmath/__init__.py | 16 10 + 6 - 0 !
tests/test_jsmath.py | 7 7 + 0 - 0 !
2 files changed, 17 insertions(+), 6 deletions(-)

 replace domain.has_equations() with context['has_maths_elements']
 See https://github.com/sphinx-doc/sphinx/commit/9b7205b65eebdaf0d1ed544929dca77e3e7a537b.
 .
 This is mostly based on that Sphinx commit, with the exception that we
 default to True, so it unconditionally includes jsmath.js for older
 Sphinx versions.