#6158: [with patch, needs review] upgrading sphinx problem: any upgrade to
sage-4.0 ends this way
---------------------------+------------------------------------------------
Reporter: was | Owner: mhansen
Type: defect | Status: assigned
Priority: blocker | Milestone: sage-4.0.1
Component: documentation | Keywords:
---------------------------+------------------------------------------------
Comment(by mhansen):
These changes should do it:
{{{
--- install_old 2009-05-31 12:40:34.000000000 -0700
+++ install 2009-05-31 12:40:37.000000000 -0700
@@ -356,6 +356,11 @@
# NOW do the actual build
time make -f standard/deps $1
+
+
+#Build the documentation
+rm -rf "$SAGE_ROOT"/devel/sage-main/doc/output/doctrees
+rm -rf "$SAGE_ROOT"/devel/sage-main/doc/en/reference/sage/*
"$SAGE_ROOT"/sage -docbuild --jsmath all html
if [ "$1" = "all" -a $? = 0 ]; then
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6158#comment:5>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---