-
Hello! First time posting! I am a part of a dev team that uses Sphinx to build our documentation. We build the static |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Do you have an example/reproducer? It's very hard to help without one. A |
Beta Was this translation helpful? Give feedback.
-
This will be fixed in |
Beta Was this translation helpful? Give feedback.
Thanks for the mwe. For some reason the output uses the LaTeX "tilde" which is mark-up for a non-breakable space:
I had never seen tildes in Sphinx LaTeX output, but one learns at all ages.
This works as workaround, add it to
conf.py
:When time permits I will look closer into it to check when Sphinx LaTeX outputs such "tildes" more generally and…