id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	work_issues	upstream	reviewer	author	merged	dependencies	stopgaps
8146	building HTML version of French tutorial is broken	mvngu	mvngu	"Ticket #8036 fixes some issues with non-ASCII characters in the reference manual. But it breaks the building of the HTML version of the French tutorial:
{{{
sphinx-build -b html -d /scratch/mvngu/release/sage-4.3.2.alpha1/devel/sage/doc/output/doctrees/fr/tutorial    /scratch/mvngu/release/sage-4.3.2.alpha1/devel/sage/doc/fr/tutorial /scratch/mvngu/release/sage-4.3.2.alpha1/devel/sage/doc/output/html/fr/tutorial
Running Sphinx v0.6.3

Exception occurred:
  File ""/scratch/mvngu/release/sage-4.3.2.alpha1/devel/sage/doc/fr/tutorial/conf.py"", line 38, in <module>
    latex_preamble += '\\DeclareUnicodeCharacter{00A0}{\\nobreakspace}\n'
NameError: name 'latex_preamble' is not defined
The full traceback has been saved in /tmp/sphinx-err-6XQBIT.log, if you want to report the issue to the author.
Please also report this if it was a user error, so that a better error message can be provided next time.
Send reports to sphinx-dev@googlegroups.com. Thanks!
Build finished.  The built documents can be found in /scratch/mvngu/release/sage-4.3.2.alpha1/devel/sage/doc/output/html/fr/tutorial
}}}
This is due to the deletion of the line
{{{
latex_preamble = '\usepackage{amsmath}\n\usepackage{amsfonts}\n' 
}}}
in [http://trac.sagemath.org/sage_trac/attachment/ticket/8036/trac_8036-docbuild_utf8x.patch trac_8036-docbuild_utf8x.patch]. I'm making this a blocker against Sage 4.3.2."	defect	closed	blocker	sage-4.3.2	documentation	fixed	French tutorial	mpatel		N/A	Mitesh Patel	John Palmieri	sage-4.3.2.rc0		
