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

Fix Sphinx dependency #212

Closed willkg closed 1 year ago

willkg commented 1 year ago

The missing comma causes the two strings to concatenate. This was a bug from PR #210. It's weird that it didn't get picked up in CI.

willkg commented 1 year ago

self-r+