#7796: prevent Sphinx from rebuilding full document
-----------------------------+----------------------------------------------
   Reporter:  mvngu          |       Owner:  mvngu     
       Type:  defect         |      Status:  new       
   Priority:  major          |   Milestone:  sage-4.3.1
  Component:  documentation  |    Keywords:            
Work_issues:                 |      Author:            
   Upstream:  N/A            |    Reviewer:            
     Merged:                 |  
-----------------------------+----------------------------------------------
 From [http://groups.google.com/group/sage-
 devel/browse_thread/thread/64bcac2d0705570f sage-devel]:
 {{{
 I built the html documentation in a fresh 4.3 build using "sage
 -docbuild reference html" as usual.  I made a clone, and it appeared
 that all the docs were rebuilt (another 5 mins).  I made a change to a
 docstring in one file (see #7780) and did "sage -b" and then "sage
 -docbuild reference html" again, and again it appeared that all the
 docs were built -- another 5 mins.
 }}}
 Mitesh Patel suggests the following fix:
 {{{
 A possible workaround:  In

 SAGE_LOCAL/lib/python2.6/site-
 packages/Sphinx-0.6.3-py2.6.egg/sphinx/environment.py

 import inspect and insert, e.g.,

                 if inspect.isfunction(config[key]):
                     continue

 around line 474.
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7796>
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.


Reply via email to