#18497: Update Sphinx to 1.4
-------------------------------------+-------------------------------------
       Reporter:  aapitzsch          |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-7.2
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:  python3, days77    |    Reviewers:
        Authors:  André Apitzsch,    |  Work issues:
  Jeroen Demeyer                     |       Commit:
Report Upstream:  N/A                |  55b17c7b5315c21a4760c553ddfd202fe5e99ed4
         Branch:                     |     Stopgaps:
  u/jdemeyer/ticket/18497            |
   Dependencies:  #20359, #14840     |
-------------------------------------+-------------------------------------

Comment (by strogdon):

 So, using `MAKE=make -j1` the first failures/warnings are:
 {{{
 [repl     ] /64bitdev/storage/sage-
 git_develop/sage/src/doc/en/reference/repl/sage/repl/display/fancy_repr.rst:13:
 WARNING: don't know which module to import for autodocumenting u'__call__'
 (try placing a "module" or "currentmodule" directive in the document, or
 giving an explicit module name)
 [repl     ] /64bitdev/storage/sage-
 git_develop/sage/src/doc/en/reference/repl/sage/repl/display/fancy_repr.rst:23:
 WARNING: don't know which module to import for autodocumenting u'__call__'
 (try placing a "module" or "currentmodule" directive in the document, or
 giving an explicit module name)
 [repl     ] /64bitdev/storage/sage-
 git_develop/sage/src/doc/en/reference/repl/sage/repl/display/fancy_repr.rst:53:
 WARNING: don't know which module to import for autodocumenting u'__call__'
 (try placing a "module" or "currentmodule" directive in the document, or
 giving an explicit module name)
 [repl     ] /64bitdev/storage/sage-
 git_develop/sage/src/doc/en/reference/repl/sage/repl/display/fancy_repr.rst:69:
 WARNING: don't know which module to import for autodocumenting u'__call__'
 (try placing a "module" or "currentmodule" directive in the document, or
 giving an explicit module name)
 [repl     ] /64bitdev/storage/sage-
 git_develop/sage/src/doc/en/reference/repl/sage/repl/display/fancy_repr.rst:79:
 WARNING: don't know which module to import for autodocumenting u'__call__'
 (try placing a "module" or "currentmodule" directive in the document, or
 giving an explicit module name)
 [repl     ] /64bitdev/storage/sage-
 git_develop/sage/src/doc/en/reference/repl/sage/repl/display/util.rst:15:
 WARNING: don't know which module to import for autodocumenting u'__call__'
 (try placing a "module" or "currentmodule" directive in the document, or
 giving an explicit module name)
 }}}
 And all occur where there is
 {{{
     .. automethod:: __call__
 }}}
 which is the same type of error we had way back when. So what's the `fix`
 - to include the `class` name with the `method` name?

--
Ticket URL: <http://trac.sagemath.org/ticket/18497#comment:47>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to