Fix a \begin{\minipage} typo in sphinx.sty from 1.4.2 (ref: 68becb1)

This commit is contained in:
jfbu 2016-06-07 20:39:28 +02:00
parent 5c42bb0172
commit d4a9997a48
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Bugs fixed
* #2630: Latex sphinx.sty Notice Enviroment formatting problem
* #2632: Warning directives fail in quote environment latex build
* #2633: Sphinx crashes with old styled indices
* Fix a \begin{\minipage} typo in sphinx.sty from 1.4.2 (ref: 68becb1)
Release 1.4.3 (released Jun 5, 2016)
====================================

View File

@ -346,7 +346,7 @@
}%
\item
% use a minipage if we are already inside a framed environment
\relax\ifSphinx@inframed\noindent\begin{\minipage}{\linewidth}\fi
\relax\ifSphinx@inframed\noindent\begin{minipage}{\linewidth}\fi
\MakeFramed {% adapted over from framed.sty's snugshade environment
\advance\hsize-\width\@totalleftmargin\z@\linewidth\hsize
\@setminipage }%