spatialaudio / nbsphinx

:ledger: Sphinx source parser for Jupyter notebooks
https://nbsphinx.readthedocs.io/
MIT License
451 stars 130 forks source link

Same-page links are marked as "external" #530

Closed mgeier closed 1 year ago

mgeier commented 3 years ago

Links to sub-sections on the same page (see https://nbsphinx.readthedocs.io/en/latest/markdown-cells.html#Links-to-Other-Notebooks) are marked as external links (using class="reference external"), but they should obviously be internal links.

Links to sub-sections on other pages work as expected.

mgeier commented 3 years ago

The same thing happens with links to local files. I'm not sure if that's the same problem or a separate one.

mgeier commented 1 year ago

Same-page links have been fixed in #725.

I have created a separate issue #743 for links to local files.