#7318: SageNB: Sphinxify erases doc/en/introspect
------------------------+---------------------------------------------------
Reporter: mpatel | Owner: boothby
Type: defect | Status: new
Priority: minor | Milestone: sage-4.2.1
Component: notebook | Keywords:
Work_issues: | Author: Mitesh Patel
Reviewer: | Merged:
------------------------+---------------------------------------------------
In Sage, `sagenb.misc.sphinxify.sphinxify` does
{{{
#!python
shutil.rmtree(confdir, ignore_errors=True)
}}}
after running Sphinx, but this should happen only if `confdir` is a
temporary directory. Otherwise,
{{{
#!sh
prompt$> cd $SAGE_ROOT/devel/sage/
prompt$> hg stat
! doc/en/introspect/__init__.py
! doc/en/introspect/conf.py
! doc/en/introspect/static/empty
! doc/en/introspect/templates/layout.html
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7318>
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
-~----------~----~----~----~------~----~------~--~---