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

Fixes objtype for staticfunction (#178) #217

Closed willkg closed 1 year ago

willkg commented 1 year ago

This fixes the objtype xref when the thing is a staticfunction that was added to sphinx-js in pr #174.

Now @see should work and the index should show the right text.

This is based on work from @xsjad0 and obsoletes #178.