Replace a \xdef by a \gdef in sphinx.sty

This commit is contained in:
jfbu 2016-06-08 08:25:05 +02:00
parent e9fb82f51b
commit b8017b0d01

View File

@ -330,7 +330,7 @@
{\kern\fontdimen2\font}%
}%
% go around fancyvrb's check of @currenvir (for case of minipage below)
\renewcommand*{\VerbatimEnvironment}{\xdef\FV@EnvironName{Verbatim}}%
\renewcommand*{\VerbatimEnvironment}{\gdef\FV@EnvironName{Verbatim}}%
% Allow breaks at special characters using \PYG... macros.
\Sphinxbreaksatspecials
% The list environment is needed to control perfectly the vertical space.