mozilla / sphinx-js

Autodoc-style extraction into Sphinx for your JS project
https://pypi.python.org/pypi/sphinx-js/
MIT License
282 stars 81 forks source link

Update dependencies for python 3.10 compat and fix an exception #204

Closed dhdaines closed 1 year ago

dhdaines commented 2 years ago

Sorry, two changes in one...

2bndy5 commented 2 years ago

FYI, it looks like #184 also has a fix for #186. IMHO it is more backwards compatible than the fix here.

lonnen commented 1 year ago

I've hoisted the JsRenderer commit out and landed it in: https://github.com/mozilla/sphinx-js/pull/206

The parsimonious change has been landed a different way. Note: this is still probably not going to work right in Python 3.10 yet but its getting closer

lonnen commented 1 year ago

Thank you for the contribution!