#18497: Update Sphinx to 1.3.1
-------------------------------------+-------------------------------------
       Reporter:  aapitzsch          |        Owner:
           Type:  enhancement        |       Status:  needs_info
       Priority:  major              |    Milestone:  sage-6.8
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:  python3            |    Reviewers:
        Authors:                     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  832afb701cfaf6b19a446a0d643ab58b3e5d3808
  u/aapitzsch/ticket/18497           |     Stopgaps:
   Dependencies:  #17313             |
-------------------------------------+-------------------------------------
Changes (by aapitzsch):

 * status:  new => needs_info


Comment:

 Any ideas how to fix
 {{{
 Traceback (most recent call last):
   File "/opt/sage/src/doc/common/builder.py", line 1626, in <module>
     getattr(get_builder(name), type)()
   File "/opt/sage/src/doc/common/builder.py", line 292, in _wrapper
     getattr(get_builder(document), 'inventory')(*args, **kwds)
   File "/opt/sage/src/doc/common/builder.py", line 503, in _wrapper
     x.get(99999)
   File "/opt/sage/local/lib/python/multiprocessing/pool.py", line 558, in
 get
     raise self._value
 OSError: [categorie]
 /opt/sage/src/doc/en/reference/categories/sage/categories/category.rst:370:
 WARNING: don't know which module to import for autodocumenting
 u'_super_categories' (try placing a "module" or "currentmodule" directive
 in the document, or giving an explicit module name)
 }}}

 without changing
 {{{
 .. automethod:: _super_categories
 }}}
 to
 {{{
 .. automethod:: Category._super_categories
 }}}
 because there are a lot of these warnings.

--
Ticket URL: <http://trac.sagemath.org/ticket/18497#comment:3>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to