Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-02-07 11:01:09 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-02-07 11:01:09 +0300
commit84458da82889e28fc44988601a79c0c562e0e994 (patch)
tree51466bf9aeae3a27e07c25e1590685508e6fa630 /sphinx/texinputs
parentacbe71c15cf355e23f9f48ffa9a3b1b04b46e711 (diff)
parentd0785e549de52252c819aa6209bb0ce4a3078db1 (diff)
Merge branch '3.x'
Diffstat (limited to 'sphinx/texinputs')
-rw-r--r--sphinx/texinputs/sphinx.sty2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/texinputs/sphinx.sty b/sphinx/texinputs/sphinx.sty
index fa6695ae4..6b7e5dcce 100644
--- a/sphinx/texinputs/sphinx.sty
+++ b/sphinx/texinputs/sphinx.sty
@@ -173,7 +173,7 @@
% FIXME: this is unrelated to an option, move this elsewhere
% To allow hyphenation of first word in narrow contexts; no option,
% customization to be done via 'preamble' key
-\newcommand*\sphinxAtStartPar{\nobreak\hskip\z@skip}
+\newcommand*\sphinxAtStartPar{\hskip\z@skip}
% No need for the \hspace{0pt} trick (\hskip\z@skip) with luatex
\ifdefined\directlua\let\sphinxAtStartPar\@empty\fi
% user interface: options can be changed midway in a document!