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: get_object() does not raise a SuffixError #206

Closed lonnen closed 1 year ago

lonnen commented 1 year ago

The exception here will not have a segments attribute because it is a plain SphinxError and not a SuffixError (see a few lines higher up in get_object())