#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            |    Reviewers:
        Authors:  André Apitzsch,    |  Work issues:
  Jeroen Demeyer                     |       Commit:
Report Upstream:  N/A                |  8d5347df86ae7b1d50d319388ae440446c821f6e
         Branch:                     |     Stopgaps:
  u/jdemeyer/ticket/18497            |
   Dependencies:  #20359, #14840     |
-------------------------------------+-------------------------------------

Comment (by strogdon):

 I get

 {{{
 Building reference manual, first pass.

 Error building the documentation.
 Traceback (most recent call last):
   File "/64bitdev/storage/sage-
 git_develop/sage/local/lib/python/runpy.py", line 162, in
 _run_module_as_main
     "__main__", fname, loader, pkg_name)
   File "/64bitdev/storage/sage-
 git_develop/sage/local/lib/python/runpy.py", line 72, in _run_code

   File "/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-
 packages/sage_setup/docbuild/__main__.py", line 2, in <module>
     main()
   File "/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-
 packages/sage_setup/docbuild/__init__.py", line 1629, in main
     builder()
   File "/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-
 packages/sage_setup/docbuild/__init__.py", line 284, in _wrapper
     getattr(get_builder(document), 'inventory')(*args, **kwds)
   File "/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-
 packages/sage_setup/docbuild/__init__.py", line 495, in _wrapper
     x.get(99999)
   File "/64bitdev/storage/sage-
 git_develop/sage/local/lib/python/multiprocessing/pool.py", line 567, in
 get
     raise self._value
 TypeError: frompickle() takes exactly 3 arguments (2 given)
 }}}
 In

 {{{
 local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py
 }}}
 there is

 {{{
 env = BuildEnvironment.frompickle(config, env_pickle)
 }}}
 And in

 {{{
 local/lib/python2.7/site-
 packages/Sphinx-1.4-py2.7.egg/sphinx/environment.py
 }}}
 there is

 {{{
 def frompickle(srcdir, config, filename):
 }}}
 It looks like the `srcdir` is new. I believe I've merged everything.

--
Ticket URL: <http://trac.sagemath.org/ticket/18497#comment:37>
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