Fix a vertical space in indented code-blocks for latexpdf

Add a missing \setlength\parsep{0pt} in Verbatim. There was a little
extra white space below top frame for indented code-blocks because of
that.

	modified:   sphinx/texinputs/sphinx.sty
This commit is contained in:
jfbu 2016-04-17 22:11:50 +02:00
parent 919b42b0d4
commit 2bbeeffd94

View File

@ -238,6 +238,7 @@
\setlength\parskip{0pt}%
\setlength\itemsep{0ex}%
\setlength\topsep{0ex}%
\setlength\parsep{0pt}% let's not forget this one!
\setlength\partopsep{0pt}%
\setlength\leftmargin{0pt}%
}%