Results 1104 comments of Matthias Geier
trafficstars

I've just merged #491 which adds a workflow for `linkcheck`.

@s-weigand Any news?

I've just added #559 for building HTML on macOS. @s-weigand Do you want to provide your work on the other variants as a PR (or multiple PRs)? Doesn't matter if...

Thanks for this PR and sorry for my late response! It would be great if we could provide a hook for users to provide additional preprocessor settings. Sadly, I don't...

Hmmm ... error message says `jupyter_client` is missing ... but you seem to have it installed ... I don't know what's going wrong here. I normally install `ipykernel`, did you...

> providing the `kernel_name` since I am using a `conda` environment This seems to be the only difference, did you try this with `nbsphinx` as well? nbsphinx_kernel_name = 'python3'

Is it possible that you have different versions of Python installed? Or different environments? And Sphinx and `nbconvert` use different versions (which have different packages available)? How are you running...

I guess you'll have to find out which Python executable is used by the RST preview extension and how to install packages for it. In case of doubt you should...

You could try this (assuming your term is `My Term`): ``` [link to my term](my-rst-file-with-the-glossary.rst#term-My-Term) ``` Note that Sphinx prefixes the link target with `term-` and spaces are replaced by...

This is a known limitation of the reStructuredText format, see http://docutils.sourceforge.net/FAQ.html#is-nested-inline-markup-possible. AFAICT, the only way to fix this is #36. If you know a different way to solve this, please...