From b8017b0d0147ded2103df9967389bd3a74e2c095 Mon Sep 17 00:00:00 2001 From: jfbu Date: Wed, 8 Jun 2016 08:25:05 +0200 Subject: [PATCH] Replace a \xdef by a \gdef in sphinx.sty --- sphinx/texinputs/sphinx.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/texinputs/sphinx.sty b/sphinx/texinputs/sphinx.sty index d8bcb9b9d..c1809eed1 100644 --- a/sphinx/texinputs/sphinx.sty +++ b/sphinx/texinputs/sphinx.sty @@ -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.