diff options
| author | jfbu <jfbu@free.fr> | 2021-01-29 00:24:44 +0100 |
|---|---|---|
| committer | jfbu <jfbu@free.fr> | 2021-01-29 00:24:44 +0100 |
| commit | 185a2d27fee2418ee9056caac0a0652c63a0a7d7 (patch) | |
| tree | d918f0d8cc3293954ca21d186f7fbe383508d76e /doc/extdev | |
| parent | 7f63c5442eb19c2cf52cf00679bb5666a7a4acef (diff) | |
| download | sphinx-git-185a2d27fee2418ee9056caac0a0652c63a0a7d7.tar.gz | |
Fix #8780: long words in narrow columns may not be hyphenated
This is done by adding '\hskip0pt\relax\n' whenever a paragraph starts.
Diffstat (limited to 'doc/extdev')
| -rw-r--r-- | doc/extdev/deprecated.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index dc9d9973d..1350085ef 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -12,17 +12,13 @@ The following is a list of deprecated interfaces. .. tabularcolumns:: |>{\raggedright}\Y{.4}|>{\centering}\Y{.1}|>{\centering}\Y{.12}|>{\raggedright\arraybackslash}\Y{.38}| -.. |LaTeXHyphenate| raw:: latex - - \hspace{0pt} - .. list-table:: deprecated APIs :header-rows: 1 :class: deprecated :widths: 40, 10, 10, 40 * - Target - - |LaTeXHyphenate|\ Deprecated + - Deprecated - (will be) Removed - Alternatives |
