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

js:mod role does not add 'module-' prefix to href #127

Closed MarcelloPerathoner closed 4 years ago

MarcelloPerathoner commented 4 years ago

Referencing with the js:mod role does not work because the link href lacks the 'module-' prefix that is customary for modules.

erikrose commented 4 years ago

Are you referring to the js:module directive, https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#directive-js:module ? I’m hoping not, since sphinx-js doesn’t do anything at all to or with it.

erikrose commented 4 years ago

Please comment and clarify if you want to keep this issue alive. Thanks!