Results 1218 comments of Matthias Geier

> The question being: should it be at the top of the section? the subsection? visual page? Neither? I think it should point to the beginning of the "document". This...

Yes, I meant what Sphinx calls a "document". That's what I was trying to clarify with `pending_xref(reftype='doc', ...)`, which will generate a link to the top of a given "document".

Can you please use Markdown formatting to make your issue more readable? For a few hints, see https://python-sounddevice.readthedocs.io/en/0.5.3/contributing.html#reporting-problems.

Thanks for reporting this! Which version of `nbsphinx` did you experience this with? There was a regression in Sphinx which wasn't fixed, but instead they added the warning you mentioned...

After reading your original description again, I realized that I completely missed that this is not about CSS/JS (which has a work-around in #808), but about copying `.ipynb` files, which...

The notebook files are copied here: https://github.com/spatialaudio/nbsphinx/blob/1fda481745bb4a44e16c2f3d84690248bae35c5a/src/nbsphinx/__init__.py#L1707-L1713 I think we could add `force=True` in our call, but it would be good to check for backwards compatibility, because this argument was...

I don't know how `sphinx-markdown-builder` works, but I guess what is missing is the handling of `CodeAreaNode` (and maybe `FancyOutputNode`). PRs welcome!

The Python wrapper doesn't truncate any names, I think those are truncated either by the underlying PortAudio library of by whatever audio backend you are using. Please ask at https://github.com/PortAudio/portaudio/issues.

https://github.com/jupyter/nbconvert/issues/2235 https://github.com/plotly/plotly.py/issues/5365