#10163: make doc-html sometimes hangs after having finished
------------------------+---------------------------------------------------
Reporter: jdemeyer | Owner: GeorgSWeber
Type: defect | Status: needs_info
Priority: major | Milestone: sage-4.7.3
Component: build | Keywords: build Makefile
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------+---------------------------------------------------
Comment(by jdemeyer):
This is `sphinx-build`:
{{{
#!/usr/bin/env python
# EASY-INSTALL-ENTRY-SCRIPT: 'Sphinx==1.0.4','console_scripts','sphinx-
build'
__requires__ = 'Sphinx==1.0.4'
import sys
from pkg_resources import load_entry_point
import sage.all
sys.exit(
load_entry_point('Sphinx==1.0.4', 'console_scripts', 'sphinx-build')()
)
}}}
Note the line "import sage.all". Perhaps this can sometimes (indirectly)
run `sage-cleaner`?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10163#comment:27>
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.