#8146: building HTML version of French tutorial is broken
-----------------------------+----------------------------------------------
Reporter: mvngu | Owner: mvngu
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.3.2
Component: documentation | Keywords: French tutorial
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
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 [email protected]. 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.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8146>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.