[issue39814] Hyphens not generated for split-words in a "note" directive
New submission from Raymond Hettinger <raymond.hettinger@gmail.com>: The justification algorithm for the docs will sometimes split words at the end of a line and will add a hyphen to indicate the continuation. This works in most text but is broken within a "note" directive. For example, there dangling "im" split of "implemenation" at the end of the third line in the note at: https://docs.python.org/3/library/functools.html#functools.total_ordering Contrast this with the correct "sup-" split of "supplies" in the first sentence. ---------- assignee: docs@python components: Documentation messages: 363075 nosy: docs@python, rhettinger priority: normal severity: normal status: open title: Hyphens not generated for split-words in a "note" directive type: behavior _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39814> _______________________________________
Ido Michael <michael.ido@gmail.com> added the comment: Looks like a bug in the dev repo? What's the class responsible for rendering the notes? I can take this ---------- nosy: +Ido Michael _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39814> _______________________________________
Zachary Ware <zachary.ware@gmail.com> added the comment: Is this not a Sphinx issue? ---------- nosy: +zach.ware _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue39814> _______________________________________
participants (3)
-
Ido Michael
-
Raymond Hettinger
-
Zachary Ware