mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #2632: Warning directives fail in quote environment latex build
This commit is contained in:
parent
b5261d560c
commit
18eb553b26
1
CHANGES
1
CHANGES
@ -5,6 +5,7 @@ Bugs fixed
|
||||
----------
|
||||
|
||||
* #2630: Latex sphinx.sty Notice Enviroment formatting problem
|
||||
* #2632: Warning directives fail in quote environment latex build
|
||||
|
||||
|
||||
Release 1.4.3 (released Jun 5, 2016)
|
||||
|
@ -550,7 +550,8 @@
|
||||
\ifvoid\@mpfootins\else
|
||||
\vskip\skip\@mpfootins\normalcolor\footnoterule\unvbox\@mpfootins
|
||||
\fi
|
||||
\@minipagefalse\endMakeFramed
|
||||
\@minipagefalse
|
||||
\global\@newlistfalse\endMakeFramed
|
||||
\ifSphinx@inframed\end{minipage}\fi
|
||||
% arrange for similar spacing below frame as for "light" boxes.
|
||||
\vskip .4\baselineskip
|
||||
|
Loading…
Reference in New Issue
Block a user