Even after applying the fix in #31344 I still get a similar crash building 
the documentation. I am attaching my dochtml.log.

Daniel Bump
On Friday, February 5, 2021 at 11:24:59 AM UTC-8 Matthias Koeppe wrote:

> Fixed in https://trac.sagemath.org/ticket/31344
>
> On Thursday, February 4, 2021 at 4:30:45 AM UTC-8 Dima Pasechnik wrote:
>
>> Probably https://bugs.python.org/issue19733 is still relevant?
>> Note messages
>>
>> test_image (tkinter.test.test_ttk.test_widgets.ButtonTest) ... skipped
>> 'crashes with Cocoa Tk (issue19733)'
>>
>> one gets by running
>>
>> python3 runtktests.py
>>
>> Even though 19733 was closed, it's not clear whether they tested on macOS 
>> 11.
>>
>>
>> in
>>
>> /usr/local/Cellar/python@3.9/3.9.1_7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/tkinter/test/
>>
>> On Thu, Feb 4, 2021 at 4:32 AM Zachary Scherr <zsc...@gmail.com> wrote:
>> >
>> > I found something possibly relevant at
>> >
>> > https://bugs.python.org/issue42691
>> >
>> > although there the complaint was that Homebrew built python against 
>> system tcl and the suggestion was that Homebrew use its own tcl-tk. It 
>> seems that Homebrew is correctly using its own tcl-tk
>> > since the line
>> >
>> > 5 libtcl8.6.dylib 0x000000032998c72e AtForkPrepare + 38
>> >
>> > says that python is using tcl 8.6 and system tcl is 8.5. No idea what's 
>> going on, but it might be good to try to produce a minimal reproducible 
>> example to show to the python/tcl people.
>> > On Wednesday, February 3, 2021 at 12:11:54 PM UTC-5 dim...@gmail.com 
>> wrote:
>> >>
>> >>
>> >>
>> >> On Wed, 3 Feb 2021, 17:03 John H Palmieri, <jhpalm...@gmail.com> 
>> wrote:
>> >>>
>> >>> Right, thank you. Python 3.9 builds successfully.
>> >>>
>> >>> On Monday, February 1, 2021 at 7:14:29 PM UTC-8 zsc...@gmail.com 
>> wrote:
>> >>>>
>> >>>> For the --with-system-python3=no, I don't know what the problem is 
>> but I think it was fixed by upgrading to python 3.9 in 
>> https://trac.sagemath.org/ticket/30589
>> >>>>
>> >>>> On Monday, February 1, 2021 at 9:45:37 PM UTC-5 John H Palmieri 
>> wrote:
>> >>>>>
>> >>>>> On OS X Big Sur (intel), as of the most recent Xcode and homebrew, 
>> I am currently unable to build Sage with either homebrew's Python or with 
>> `./configure --with-system-python3=no`.
>> >>>>>
>> >>>>> - With homebrew's Python, actually Sage builds but the 
>> documentation does not (similar problems on both Big Sur and Catalina), 
>> ending with
>> >>
>> >>
>> >> yes, I see this too. (with latest Homebrew python 3.9.)
>> >>
>> >> What exactly is broken there?
>> >>
>> >>
>> >>>>>
>> >>>>>
>> >>>>> 
>> ------------------------------------------------------------------------
>> >>>>> 0 signals.cpython-39-darwin.so 0x000000010cd40542 print_backtrace 
>> + 66
>> >>>>> 1 signals.cpython-39-darwin.so 0x000000010cd44167 sigdie + 39
>> >>>>> 2 signals.cpython-39-darwin.so 0x000000010cd4406a 
>> cysigs_signal_handler + 282
>> >>>>> 3 libsystem_platform.dylib 0x00007fff203bcd7d _sigtramp + 29
>> >>>>> 4 ??? 0x000000000000003f 0x0 + 63
>> >>>>> 5 libtcl8.6.dylib 0x000000032998c72e AtForkPrepare + 38
>> >>>>> 6 libsystem_pthread.dylib 0x00007fff203781a3 
>> _pthread_atfork_prepare_handlers + 90
>> >>>>> 7 libSystem.B.dylib 0x00007fff2a575934 libSystem_atfork_prepare + 11
>> >>>>> 8 libsystem_c.dylib 0x00007fff2025bb1b fork + 12
>> >>>>> 9 _posixsubprocess.cpython-39-darwin. 0x000000010b63db89 
>> subprocess_fork_exec + 1573
>> >>>>> 10 Python 0x000000010af10904 cfunction_call + 127
>> >>>>> 11 Python 0x000000010aedffa3 _PyObject_MakeTpCall + 266
>> >>>>> 12 Python 0x000000010af88027 call_function + 455
>> >>>>> ...
>> >>>>> 157 Python 0x000000010afcf10f Py_BytesMain + 42
>> >>>>> 158 libdyld.dylib 0x00007fff20393621 start + 1
>> >>>>> 
>> ------------------------------------------------------------------------
>> >>>>> Unhandled SIGILL: An illegal instruction occurred.
>> >>>>> This probably occurred because a *compiled* module has a bug
>> >>>>> in it and is not properly wrapped with sig_on(), sig_off().
>> >>>>> Python will now terminate.
>> >>>>> 
>> ------------------------------------------------------------------------
>> >>>>> ...
>> >>>>> File 
>> "/Users/palmieri/Desktop/Sage/sage_builds/TESTING/sage-9.3.beta6/local/lib/python3.9/site-packages/sage_setup/docbuild/utils.py",
>>  
>> line 221, in reap_workers
>> >>>>> w = bring_out_yer_dead(w, task, exitcode)
>> >>>>> File 
>> "/Users/palmieri/Desktop/Sage/sage_builds/TESTING/sage-9.3.beta6/local/lib/python3.9/site-packages/sage_setup/docbuild/utils.py",
>>  
>> line 157, in bring_out_yer_dead
>> >>>>> raise WorkerDiedException(
>> >>>>> sage_setup.docbuild.utils.WorkerDiedException: worker for 
>> ('reference/misc', 'en', 'html', {}) died with non-zero exit code -4
>> >>>>>
>> >>>>> - With `./configure --with-system-python3=no`, Python fails to 
>> build (on Big Sur only; it succeeds on Catalina), saying
>> >>>>>
>> >>>>> ModuleNotFoundError: No module named 'readline'
>> >>>>>
>> >>>>> and
>> >>>>>
>> >>>>> ModuleNotFoundError: No module named 'zlib'
>> >>>>>
>> >>>>> Any suggestions?
>> >>>>>
>> >>>>> --
>> >>>>> John
>> >>>>>
>> >>>>>
>> >>> --
>> >>> You received this message because you are subscribed to the Google 
>> Groups "sage-devel" group.
>> >>> To unsubscribe from this group and stop receiving emails from it, 
>> send an email to sage-devel+...@googlegroups.com.
>> >>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-devel/bb4efc7f-f38b-47cc-8ff2-4f7f447aad34n%40googlegroups.com
>> .
>> >
>> > --
>> > You received this message because you are subscribed to the Google 
>> Groups "sage-devel" group.
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an email to sage-devel+...@googlegroups.com.
>> > To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-devel/3fb997ca-0484-422c-a9b8-bcd3c270eea7n%40googlegroups.com
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/e35f0d5c-9f5b-4d7d-a655-1e3c98857b7cn%40googlegroups.com.
Building reference manual, first pass.

[reference] building [inventory]: targets for 1 source files that are out of 
date
[reference] updating environment: [new config] 1 added, 0 changed, 0 removed
[reference] The inventory files are in 
local/share/doc/sage/inventory/en/reference/references.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/references
[spkg     ] building [inventory]: targets for 301 source files that are out of 
date
[spkg     ] updating environment: [new config] 301 added, 0 changed, 0 removed
[spkg     ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/spkg.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/spkg
[manifolds] building [inventory]: targets for 79 source files that are out of 
date
[manifolds] updating environment: [new config] 79 added, 0 changed, 0 removed
[manifolds] The inventory files are in 
local/share/doc/sage/inventory/en/reference/manifolds.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/manifolds
[polynomia] building [inventory]: targets for 62 source files that are out of 
date
[polynomia] updating environment: [new config] 62 added, 0 changed, 0 removed
[polynomia] The inventory files are in 
local/share/doc/sage/inventory/en/reference/polynomial_rings.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/polynomial_rings
[repl     ] building [inventory]: targets for 35 source files that are out of 
date
[repl     ] updating environment: [new config] 35 added, 0 changed, 0 removed
[repl     ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/repl.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/repl
[algebras ] building [inventory]: targets for 96 source files that are out of 
date
[algebras ] updating environment: [new config] 96 added, 0 changed, 0 removed
[algebras ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/algebras.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/algebras
[tensor_fr] building [inventory]: targets for 19 source files that are out of 
date
[tensor_fr] updating environment: [new config] 19 added, 0 changed, 0 removed
[tensor_fr] The inventory files are in 
local/share/doc/sage/inventory/en/reference/tensor_free_modules.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/tensor_free_modules
Warning: Missing title for sage.combinat.posets.mobile
[combinat ] building [inventory]: targets for 380 source files that are out of 
date
[combinat ] updating environment: [new config] 380 added, 0 changed, 0 removed
[combinat ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/combinat.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/combinat
[dynamics ] building [inventory]: targets for 15 source files that are out of 
date
[dynamics ] updating environment: [new config] 15 added, 0 changed, 0 removed
[dynamics ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/dynamics.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/dynamics
[plot3d   ] building [inventory]: targets for 20 source files that are out of 
date
[plot3d   ] updating environment: [new config] 20 added, 0 changed, 0 removed
[plot3d   ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/plot3d.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/plot3d
[arithgrou] building [inventory]: targets for 12 source files that are out of 
date
[arithgrou] updating environment: [new config] 12 added, 0 changed, 0 removed
[arithgrou] The inventory files are in 
local/share/doc/sage/inventory/en/reference/arithgroup.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/arithgroup
[graphs   ] building [inventory]: targets for 73 source files that are out of 
date
[graphs   ] updating environment: [new config] 73 added, 0 changed, 0 removed
[graphs   ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/graphs.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/graphs
[homology ] building [inventory]: targets for 26 source files that are out of 
date
[homology ] updating environment: [new config] 26 added, 0 changed, 0 removed
[homology ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/homology.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/homology
[misc     ] building [inventory]: targets for 109 source files that are out of 
date
[misc     ] updating environment: [new config] 109 added, 0 changed, 0 removed
[misc     ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/misc.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/misc
[parallel ] building [inventory]: targets for 8 source files that are out of 
date
[parallel ] updating environment: [new config] 8 added, 0 changed, 0 removed
[parallel ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/parallel.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/parallel
[arithmeti] building [inventory]: targets for 56 source files that are out of 
date
[arithmeti] updating environment: [new config] 56 added, 0 changed, 0 removed
[arithmeti] The inventory files are in 
local/share/doc/sage/inventory/en/reference/arithmetic_curves.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/arithmetic_curves
[asymptoti] building [inventory]: targets for 8 source files that are out of 
date
[asymptoti] updating environment: [new config] 8 added, 0 changed, 0 removed
[asymptoti] The inventory files are in 
local/share/doc/sage/inventory/en/reference/asymptotic.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/asymptotic
[calculus ] building [inventory]: targets for 38 source files that are out of 
date
[calculus ] updating environment: [new config] 38 added, 0 changed, 0 removed
[calculus ] <unknown>:56: DeprecationWarning: invalid escape sequence \d
[calculus ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/calculus.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/calculus
[categorie] building [inventory]: targets for 222 source files that are out of 
date
[categorie] updating environment: [new config] 222 added, 0 changed, 0 removed
[categorie] The inventory files are in 
local/share/doc/sage/inventory/en/reference/categories.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/categories
[coding   ] building [inventory]: targets for 41 source files that are out of 
date
[coding   ] updating environment: [new config] 41 added, 0 changed, 0 removed
[coding   ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/coding.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/coding
[coercion ] building [inventory]: targets for 8 source files that are out of 
date
[coercion ] updating environment: [new config] 8 added, 0 changed, 0 removed
[coercion ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/coercion.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/coercion
[constants] building [inventory]: targets for 3 source files that are out of 
date
[constants] updating environment: [new config] 3 added, 0 changed, 0 removed
[constants] The inventory files are in 
local/share/doc/sage/inventory/en/reference/constants.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/constants
[cpython  ] building [inventory]: targets for 8 source files that are out of 
date
[cpython  ] updating environment: [new config] 8 added, 0 changed, 0 removed
[cpython  ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/cpython.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/cpython
[cryptogra] building [inventory]: targets for 22 source files that are out of 
date
[cryptogra] updating environment: [new config] 22 added, 0 changed, 0 removed
[cryptogra] The inventory files are in 
local/share/doc/sage/inventory/en/reference/cryptography.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/cryptography
[curves   ] building [inventory]: targets for 17 source files that are out of 
date
[curves   ] updating environment: [new config] 17 added, 0 changed, 0 removed
[curves   ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/curves.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/curves
[data_stru] building [inventory]: targets for 5 source files that are out of 
date
[data_stru] updating environment: [new config] 5 added, 0 changed, 0 removed
[data_stru] The inventory files are in 
local/share/doc/sage/inventory/en/reference/data_structures.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/data_structures
[databases] building [inventory]: targets for 13 source files that are out of 
date
[databases] updating environment: [new config] 13 added, 0 changed, 0 removed
[databases] The inventory files are in 
local/share/doc/sage/inventory/en/reference/databases.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/databases
[diophanti] building [inventory]: targets for 2 source files that are out of 
date
[diophanti] updating environment: [new config] 2 added, 0 changed, 0 removed
[diophanti] The inventory files are in 
local/share/doc/sage/inventory/en/reference/diophantine_approximation.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/diophantine_approximation
[discrete_] building [inventory]: targets for 50 source files that are out of 
date
[discrete_] updating environment: [new config] 50 added, 0 changed, 0 removed
[discrete_] The inventory files are in 
local/share/doc/sage/inventory/en/reference/discrete_geometry.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/discrete_geometry
[doctest  ] building [inventory]: targets for 10 source files that are out of 
date
[doctest  ] updating environment: [new config] 10 added, 0 changed, 0 removed
[doctest  ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/doctest.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/doctest
[euclidean] building [inventory]: targets for 3 source files that are out of 
date
[euclidean] updating environment: [new config] 3 added, 0 changed, 0 removed
[euclidean] The inventory files are in 
local/share/doc/sage/inventory/en/reference/euclidean_spaces.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/euclidean_spaces
[finance  ] building [inventory]: targets for 7 source files that are out of 
date
[finance  ] updating environment: [new config] 7 added, 0 changed, 0 removed
[finance  ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/finance.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/finance
[finite_ri] building [inventory]: targets for 20 source files that are out of 
date
[finite_ri] updating environment: [new config] 20 added, 0 changed, 0 removed
[finite_ri] The inventory files are in 
local/share/doc/sage/inventory/en/reference/finite_rings.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/finite_rings
[function_] building [inventory]: targets for 11 source files that are out of 
date
[function_] updating environment: [new config] 11 added, 0 changed, 0 removed
[function_] The inventory files are in 
local/share/doc/sage/inventory/en/reference/function_fields.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/function_fields
[functions] building [inventory]: targets for 20 source files that are out of 
date
[functions] updating environment: [new config] 20 added, 0 changed, 0 removed
[functions] The inventory files are in 
local/share/doc/sage/inventory/en/reference/functions.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/functions
[game_theo] building [inventory]: targets for 6 source files that are out of 
date
[game_theo] updating environment: [new config] 6 added, 0 changed, 0 removed
[game_theo] The inventory files are in 
local/share/doc/sage/inventory/en/reference/game_theory.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/game_theory
[games    ] building [inventory]: targets for 5 source files that are out of 
date
[games    ] updating environment: [new config] 5 added, 0 changed, 0 removed
[games    ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/games.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/games
[groups   ] building [inventory]: targets for 68 source files that are out of 
date
[groups   ] updating environment: [new config] 68 added, 0 changed, 0 removed
[groups   ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/groups.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/groups
[hecke    ] building [inventory]: targets for 10 source files that are out of 
date
[hecke    ] updating environment: [new config] 10 added, 0 changed, 0 removed
[hecke    ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/hecke.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/hecke
[history_a] building [inventory]: targets for 1 source files that are out of 
date
[history_a] updating environment: [new config] 1 added, 0 changed, 0 removed
[history_a] The inventory files are in 
local/share/doc/sage/inventory/en/reference/history_and_license.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/history_and_license
[hyperboli] building [inventory]: targets for 6 source files that are out of 
date
[hyperboli] updating environment: [new config] 6 added, 0 changed, 0 removed
[hyperboli] The inventory files are in 
local/share/doc/sage/inventory/en/reference/hyperbolic_geometry.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/hyperbolic_geometry
[interface] building [inventory]: targets for 50 source files that are out of 
date
[interface] updating environment: [new config] 50 added, 0 changed, 0 removed
[interface] The inventory files are in 
local/share/doc/sage/inventory/en/reference/interfaces.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/interfaces
[knots    ] building [inventory]: targets for 3 source files that are out of 
date
[knots    ] updating environment: [new config] 3 added, 0 changed, 0 removed
[knots    ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/knots.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/knots
[lfunction] building [inventory]: targets for 5 source files that are out of 
date
[lfunction] updating environment: [new config] 5 added, 0 changed, 0 removed
[lfunction] The inventory files are in 
local/share/doc/sage/inventory/en/reference/lfunctions.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/lfunctions
Help file /Applications/usr/share/giac/doc/fr/aide_cas not found
Added 0 synonyms
/Users/bump/sagemath/sage/local/lib/python3.9/site-packages/sage_setup/docbuild/__init__.py:1056:
 DeprecationWarning: the module sage.libs.ratpoints is deprecated; use 
pari.ellratpoints or pari.hyperellratpoints instead
See http://trac.sagemath.org/24531 for details.
  title = self.get_module_docstring_title(module_name)
[libs     ] building [inventory]: targets for 40 source files that are out of 
date
[libs     ] updating environment: [new config] 40 added, 0 changed, 0 removed
[libs     ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/libs.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/libs
[logic    ] building [inventory]: targets for 7 source files that are out of 
date
[logic    ] updating environment: [new config] 7 added, 0 changed, 0 removed
[logic    ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/logic.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/logic
[matrices ] building [inventory]: targets for 44 source files that are out of 
date
[matrices ] updating environment: [new config] 44 added, 0 changed, 0 removed
[matrices ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/matrices.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/matrices
[matroids ] building [inventory]: targets for 20 source files that are out of 
date
[matroids ] updating environment: [new config] 20 added, 0 changed, 0 removed
[matroids ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/matroids.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/matroids
[modabvar ] building [inventory]: targets for 12 source files that are out of 
date
[modabvar ] updating environment: [new config] 12 added, 0 changed, 0 removed
[modabvar ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/modabvar.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/modabvar
[modfrm   ] building [inventory]: targets for 22 source files that are out of 
date
[modfrm   ] updating environment: [new config] 22 added, 0 changed, 0 removed
[modfrm   ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/modfrm.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/modfrm
[modfrm_he] building [inventory]: targets for 15 source files that are out of 
date
[modfrm_he] updating environment: [new config] 15 added, 0 changed, 0 removed
[modfrm_he] The inventory files are in 
local/share/doc/sage/inventory/en/reference/modfrm_hecketriangle.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/modfrm_hecketriangle
[modmisc  ] building [inventory]: targets for 18 source files that are out of 
date
[modmisc  ] updating environment: [new config] 18 added, 0 changed, 0 removed
[modmisc  ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/modmisc.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/modmisc
[modsym   ] building [inventory]: targets for 27 source files that are out of 
date
[modsym   ] updating environment: [new config] 27 added, 0 changed, 0 removed
[modsym   ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/modsym.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/modsym
[modules  ] building [inventory]: targets for 41 source files that are out of 
date
[modules  ] updating environment: [new config] 41 added, 0 changed, 0 removed
[modules  ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/modules.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/modules
[monoids  ] building [inventory]: targets for 13 source files that are out of 
date
[monoids  ] updating environment: [new config] 13 added, 0 changed, 0 removed
[monoids  ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/monoids.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/monoids
[noncommut] building [inventory]: targets for 10 source files that are out of 
date
[noncommut] updating environment: [new config] 10 added, 0 changed, 0 removed
[noncommut] The inventory files are in 
local/share/doc/sage/inventory/en/reference/noncommutative_polynomial_rings.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/noncommutative_polynomial_rings
[number_fi] building [inventory]: targets for 27 source files that are out of 
date
[number_fi] updating environment: [new config] 27 added, 0 changed, 0 removed
[number_fi] The inventory files are in 
local/share/doc/sage/inventory/en/reference/number_fields.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/number_fields
[numerical] building [inventory]: targets for 20 source files that are out of 
date
[numerical] updating environment: [new config] 20 added, 0 changed, 0 removed
[numerical] The inventory files are in 
local/share/doc/sage/inventory/en/reference/numerical.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/numerical
[padics   ] building [inventory]: targets for 29 source files that are out of 
date
[padics   ] updating environment: [new config] 29 added, 0 changed, 0 removed
[padics   ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/padics.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/padics
[plotting ] building [inventory]: targets for 32 source files that are out of 
date
[plotting ] updating environment: [new config] 32 added, 0 changed, 0 removed
[plotting ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/plotting.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/plotting
[power_ser] building [inventory]: targets for 15 source files that are out of 
date
[power_ser] updating environment: [new config] 15 added, 0 changed, 0 removed
[power_ser] The inventory files are in 
local/share/doc/sage/inventory/en/reference/power_series.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/power_series
[probabili] building [inventory]: targets for 3 source files that are out of 
date
[probabili] updating environment: [new config] 3 added, 0 changed, 0 removed
[probabili] The inventory files are in 
local/share/doc/sage/inventory/en/reference/probability.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/probability
[quadratic] building [inventory]: targets for 14 source files that are out of 
date
[quadratic] updating environment: [new config] 14 added, 0 changed, 0 removed
[quadratic] The inventory files are in 
local/share/doc/sage/inventory/en/reference/quadratic_forms.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/quadratic_forms
[quat_alge] building [inventory]: targets for 3 source files that are out of 
date
[quat_alge] updating environment: [new config] 3 added, 0 changed, 0 removed
[quat_alge] The inventory files are in 
local/share/doc/sage/inventory/en/reference/quat_algebras.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/quat_algebras
[quivers  ] building [inventory]: targets for 8 source files that are out of 
date
[quivers  ] updating environment: [new config] 8 added, 0 changed, 0 removed
[quivers  ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/quivers.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/quivers
[riemannia] building [inventory]: targets for 3 source files that are out of 
date
[riemannia] updating environment: [new config] 3 added, 0 changed, 0 removed
[riemannia] The inventory files are in 
local/share/doc/sage/inventory/en/reference/riemannian_geometry.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/riemannian_geometry
[rings    ] building [inventory]: targets for 19 source files that are out of 
date
[rings    ] updating environment: [new config] 19 added, 0 changed, 0 removed
[rings    ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/rings.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/rings
[rings_num] building [inventory]: targets for 13 source files that are out of 
date
[rings_num] updating environment: [new config] 13 added, 0 changed, 0 removed
[rings_num] The inventory files are in 
local/share/doc/sage/inventory/en/reference/rings_numerical.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/rings_numerical
[rings_sta] building [inventory]: targets for 14 source files that are out of 
date
[rings_sta] updating environment: [new config] 14 added, 0 changed, 0 removed
[rings_sta] The inventory files are in 
local/share/doc/sage/inventory/en/reference/rings_standard.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/rings_standard
[sat      ] building [inventory]: targets for 8 source files that are out of 
date
[sat      ] updating environment: [new config] 8 added, 0 changed, 0 removed
[sat      ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/sat.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/sat
[schemes  ] building [inventory]: targets for 53 source files that are out of 
date
[schemes  ] updating environment: [new config] 53 added, 0 changed, 0 removed
[schemes  ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/schemes.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/schemes
[semirings] building [inventory]: targets for 3 source files that are out of 
date
[semirings] updating environment: [new config] 3 added, 0 changed, 0 removed
[semirings] The inventory files are in 
local/share/doc/sage/inventory/en/reference/semirings.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/semirings
[sets     ] building [inventory]: targets for 18 source files that are out of 
date
[sets     ] updating environment: [new config] 18 added, 0 changed, 0 removed
[sets     ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/sets.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/sets
[stats    ] building [inventory]: targets for 11 source files that are out of 
date
[stats    ] updating environment: [new config] 11 added, 0 changed, 0 removed
[stats    ] The inventory files are in 
local/share/doc/sage/inventory/en/reference/stats.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/stats
/Users/bump/sagemath/sage/local/lib/python3.9/site-packages/sage_setup/docbuild/__init__.py:1056:
 DeprecationWarning: the module sage.structure.misc is deprecated
See https://trac.sagemath.org/27099 for details.
  title = self.get_module_docstring_title(module_name)
[structure] building [inventory]: targets for 33 source files that are out of 
date
[structure] updating environment: [new config] 33 added, 0 changed, 0 removed
[structure] The inventory files are in 
local/share/doc/sage/inventory/en/reference/structure.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/structure
[valuation] building [inventory]: targets for 14 source files that are out of 
date
[valuation] updating environment: [new config] 14 added, 0 changed, 0 removed
[valuation] The inventory files are in 
local/share/doc/sage/inventory/en/reference/valuations.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference/valuations
[reference] building [inventory]: targets for 1 source files that are out of 
date
[reference] updating environment: [new config] 1 added, 0 changed, 0 removed
[reference] Merging environment/index files...
[reference]     algebras: 29 todos, 96 index, 5 citations, 92 modules
[reference]     arithgroup: 1 todos, 12 index, 0 citations, 11 modules
[reference]     arithmetic_curves: 12 todos, 56 index, 2 citations, 55 modules
[reference]     asymptotic: 6 todos, 8 index, 0 citations, 7 modules
[reference]     calculus: 2 todos, 38 index, 0 citations, 37 modules
[reference]     categories: 107 todos, 222 index, 0 citations, 221 modules
[reference]     coding: 1 todos, 41 index, 1 citations, 40 modules
[reference]     coercion: 0 todos, 8 index, 0 citations, 7 modules
[reference]     combinat: 151 todos, 380 index, 229 citations, 379 modules
[reference]     constants: 0 todos, 3 index, 0 citations, 2 modules
[reference]     cpython: 0 todos, 8 index, 0 citations, 7 modules
[reference]     cryptography: 0 todos, 22 index, 0 citations, 21 modules
[reference]     curves: 0 todos, 17 index, 0 citations, 16 modules
[reference]     data_structures: 2 todos, 5 index, 0 citations, 4 modules
[reference]     databases: 3 todos, 13 index, 0 citations, 12 modules
[reference]     diophantine_approximation: 3 todos, 2 index, 0 citations, 1 
modules
[reference]     discrete_geometry: 5 todos, 50 index, 0 citations, 49 modules
[reference]     doctest: 0 todos, 10 index, 0 citations, 9 modules
[reference]     dynamics: 13 todos, 15 index, 0 citations, 12 modules
[reference]     euclidean_spaces: 0 todos, 3 index, 0 citations, 2 modules
[reference]     finance: 0 todos, 7 index, 0 citations, 6 modules
[reference]     finite_rings: 1 todos, 20 index, 0 citations, 19 modules
[reference]     function_fields: 2 todos, 11 index, 0 citations, 10 modules
[reference]     functions: 2 todos, 20 index, 0 citations, 19 modules
[reference]     game_theory: 0 todos, 6 index, 0 citations, 5 modules
[reference]     games: 0 todos, 5 index, 0 citations, 4 modules
[reference]     graphs: 22 todos, 73 index, 1 citations, 72 modules
[reference]     groups: 14 todos, 68 index, 0 citations, 67 modules
[reference]     hecke: 0 todos, 10 index, 0 citations, 9 modules
[reference]     history_and_license: 0 todos, 1 index, 0 citations, 0 modules
[reference]     homology: 1 todos, 26 index, 0 citations, 25 modules
[reference]     hyperbolic_geometry: 1 todos, 6 index, 0 citations, 5 modules
[reference]     interfaces: 8 todos, 50 index, 0 citations, 49 modules
[reference]     knots: 1 todos, 3 index, 0 citations, 2 modules
[reference]     lfunctions: 2 todos, 5 index, 0 citations, 4 modules
[reference]     libs: 2 todos, 40 index, 0 citations, 39 modules
[reference]     logic: 2 todos, 7 index, 0 citations, 6 modules
[reference]     manifolds: 1 todos, 79 index, 0 citations, 60 modules
[reference]     matrices: 8 todos, 44 index, 0 citations, 43 modules
[reference]     matroids: 6 todos, 20 index, 0 citations, 19 modules
[reference]     misc: 11 todos, 109 index, 0 citations, 107 modules
[reference]     modabvar: 0 todos, 12 index, 0 citations, 11 modules
[reference]     modfrm: 0 todos, 22 index, 0 citations, 21 modules
[reference]     modfrm_hecketriangle: 1 todos, 15 index, 0 citations, 14 modules
[reference]     modmisc: 2 todos, 18 index, 5 citations, 17 modules
[reference]     modsym: 2 todos, 27 index, 0 citations, 26 modules
[reference]     modules: 9 todos, 41 index, 0 citations, 40 modules
[reference]     monoids: 0 todos, 13 index, 0 citations, 12 modules
[reference]     noncommutative_polynomial_rings: 5 todos, 10 index, 0 
citations, 9 modules
[reference]     number_fields: 4 todos, 27 index, 0 citations, 26 modules
[reference]     numerical: 0 todos, 20 index, 0 citations, 19 modules
[reference]     padics: 3 todos, 29 index, 0 citations, 28 modules
[reference]     parallel: 0 todos, 8 index, 0 citations, 7 modules
[reference]     plot3d: 8 todos, 20 index, 0 citations, 18 modules
[reference]     plotting: 0 todos, 32 index, 0 citations, 31 modules
[reference]     polynomial_rings: 8 todos, 62 index, 0 citations, 57 modules
[reference]     power_series: 1 todos, 15 index, 0 citations, 14 modules
[reference]     probability: 0 todos, 3 index, 0 citations, 2 modules
[reference]     quadratic_forms: 3 todos, 14 index, 0 citations, 13 modules
[reference]     quat_algebras: 0 todos, 3 index, 0 citations, 2 modules
[reference]     quivers: 2 todos, 8 index, 0 citations, 7 modules
[reference]     references: 0 todos, 1 index, 1381 citations, 0 modules
[reference]     repl: 1 todos, 35 index, 0 citations, 31 modules
[reference]     riemannian_geometry: 0 todos, 3 index, 0 citations, 2 modules
[reference]     rings: 8 todos, 19 index, 0 citations, 18 modules
[reference]     rings_numerical: 2 todos, 13 index, 0 citations, 12 modules
[reference]     rings_standard: 1 todos, 14 index, 0 citations, 13 modules
[reference]     sat: 0 todos, 8 index, 4 citations, 7 modules
[reference]     schemes: 5 todos, 53 index, 0 citations, 52 modules
[reference]     semirings: 0 todos, 3 index, 0 citations, 2 modules
[reference]     sets: 4 todos, 18 index, 0 citations, 17 modules
[reference]     spkg: 0 todos, 301 index, 0 citations, 0 modules
[reference]     stats: 0 todos, 11 index, 0 citations, 10 modules
[reference]     structure: 7 todos, 33 index, 0 citations, 32 modules
[reference]     tensor_free_modules: 2 todos, 19 index, 0 citations, 15 modules
[reference]     valuations: 1 todos, 14 index, 0 citations, 13 modules
[reference] ... done (498 todos, 2486 index, 1619 citations, 2134 modules)
[reference] preparing documents... skipping loading of indexes... done
[reference] The inventory files are in 
local/share/doc/sage/inventory/en/reference.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/inventory/en/reference
Building reference manual, second pass.

[reference] building [html]: targets for 1 source files that are out of date
[reference] writing additional pages...  searchdone
[reference] dumping search index in English (code: en)... done
[reference] The HTML pages are in 
local/share/doc/sage/html/en/reference/references.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/references
[spkg     ] building [html]: targets for 301 source files that are out of date
[spkg     ] writing additional pages...  searchdone
[spkg     ] dumping search index in English (code: en)... done
[spkg     ] The HTML pages are in local/share/doc/sage/html/en/reference/spkg.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/spkg
[manifolds] building [html]: targets for 79 source files that are out of date
[manifolds] writing additional pages...  searchdone
[manifolds] dumping search index in English (code: en)... done
[manifolds] The HTML pages are in 
local/share/doc/sage/html/en/reference/manifolds.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/manifolds
[polynomia] building [html]: targets for 62 source files that are out of date
[polynomia] writing additional pages...  searchdone
[polynomia] dumping search index in English (code: en)... done
[polynomia] The HTML pages are in 
local/share/doc/sage/html/en/reference/polynomial_rings.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/polynomial_rings
[repl     ] building [html]: targets for 35 source files that are out of date
[repl     ] writing additional pages...  searchdone
[repl     ] dumping search index in English (code: en)... done
[repl     ] The HTML pages are in local/share/doc/sage/html/en/reference/repl.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/repl
[algebras ] building [html]: targets for 96 source files that are out of date
[algebras ] writing additional pages...  searchdone
[algebras ] dumping search index in English (code: en)... done
[algebras ] The HTML pages are in 
local/share/doc/sage/html/en/reference/algebras.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/algebras
[tensor_fr] building [html]: targets for 19 source files that are out of date
[tensor_fr] writing additional pages...  searchdone
[tensor_fr] dumping search index in English (code: en)... done
[tensor_fr] The HTML pages are in 
local/share/doc/sage/html/en/reference/tensor_free_modules.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/tensor_free_modules
[combinat ] building [html]: targets for 380 source files that are out of date
[combinat ] writing additional pages...  searchdone
[combinat ] dumping search index in English (code: en)... done
[combinat ] The HTML pages are in 
local/share/doc/sage/html/en/reference/combinat.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/combinat
[dynamics ] building [html]: targets for 15 source files that are out of date
[dynamics ] writing additional pages...  searchdone
[dynamics ] dumping search index in English (code: en)... done
[dynamics ] The HTML pages are in 
local/share/doc/sage/html/en/reference/dynamics.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/dynamics
[plot3d   ] building [html]: targets for 20 source files that are out of date
[plot3d   ] writing additional pages...  searchdone
[plot3d   ] dumping search index in English (code: en)... done
[plot3d   ] The HTML pages are in local/share/doc/sage/html/en/reference/plot3d.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/plot3d
[arithgrou] building [html]: targets for 12 source files that are out of date
[arithgrou] writing additional pages...  searchdone
[arithgrou] dumping search index in English (code: en)... done
[arithgrou] The HTML pages are in 
local/share/doc/sage/html/en/reference/arithgroup.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/arithgroup
[graphs   ] building [html]: targets for 73 source files that are out of date
[graphs   ] updating environment: 0 added, 1 changed, 0 removed
[graphs   ] writing additional pages...  searchdone
[graphs   ] dumping search index in English (code: en)... done
[graphs   ] The HTML pages are in local/share/doc/sage/html/en/reference/graphs.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/graphs
[homology ] building [html]: targets for 26 source files that are out of date
[homology ] writing additional pages...  searchdone
[homology ] dumping search index in English (code: en)... done
[homology ] The HTML pages are in 
local/share/doc/sage/html/en/reference/homology.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/homology
[misc     ] building [html]: targets for 109 source files that are out of date
[misc     ] writing additional pages...  searchdone
[misc     ] dumping search index in English (code: en)... done
[misc     ] The HTML pages are in local/share/doc/sage/html/en/reference/misc.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/misc
[parallel ] building [html]: targets for 8 source files that are out of date
[parallel ] writing additional pages...  searchdone
[parallel ] dumping search index in English (code: en)... done
[parallel ] The HTML pages are in 
local/share/doc/sage/html/en/reference/parallel.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/parallel
[arithmeti] building [html]: targets for 56 source files that are out of date
[arithmeti] writing additional pages...  searchdone
[arithmeti] dumping search index in English (code: en)... done
[arithmeti] The HTML pages are in 
local/share/doc/sage/html/en/reference/arithmetic_curves.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/arithmetic_curves
[asymptoti] building [html]: targets for 8 source files that are out of date
[asymptoti] writing additional pages...  searchdone
[asymptoti] dumping search index in English (code: en)... done
[asymptoti] The HTML pages are in 
local/share/doc/sage/html/en/reference/asymptotic.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/asymptotic
[calculus ] building [html]: targets for 38 source files that are out of date
[calculus ] writing additional pages...  searchdone
[calculus ] dumping search index in English (code: en)... done
[calculus ] The HTML pages are in 
local/share/doc/sage/html/en/reference/calculus.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/calculus
[categorie] building [html]: targets for 222 source files that are out of date
[categorie] writing additional pages...  searchdone
[categorie] dumping search index in English (code: en)... done
[categorie] The HTML pages are in 
local/share/doc/sage/html/en/reference/categories.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/categories
[coding   ] building [html]: targets for 41 source files that are out of date
[coding   ] writing additional pages...  searchdone
[coding   ] dumping search index in English (code: en)... done
[coding   ] The HTML pages are in local/share/doc/sage/html/en/reference/coding.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/coding
[coercion ] building [html]: targets for 8 source files that are out of date
[coercion ] writing additional pages...  searchdone
[coercion ] dumping search index in English (code: en)... done
[coercion ] The HTML pages are in 
local/share/doc/sage/html/en/reference/coercion.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/coercion
[constants] building [html]: targets for 3 source files that are out of date
[constants] writing additional pages...  searchdone
[constants] dumping search index in English (code: en)... done
[constants] The HTML pages are in 
local/share/doc/sage/html/en/reference/constants.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/constants
[cpython  ] building [html]: targets for 8 source files that are out of date
[cpython  ] writing additional pages...  searchdone
[cpython  ] dumping search index in English (code: en)... done
[cpython  ] The HTML pages are in 
local/share/doc/sage/html/en/reference/cpython.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/cpython
[cryptogra] building [html]: targets for 22 source files that are out of date
[cryptogra] writing additional pages...  searchdone
[cryptogra] dumping search index in English (code: en)... done
[cryptogra] The HTML pages are in 
local/share/doc/sage/html/en/reference/cryptography.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/cryptography
[curves   ] building [html]: targets for 17 source files that are out of date
[curves   ] writing additional pages...  searchdone
[curves   ] dumping search index in English (code: en)... done
[curves   ] The HTML pages are in local/share/doc/sage/html/en/reference/curves.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/curves
[data_stru] building [html]: targets for 5 source files that are out of date
[data_stru] writing additional pages...  searchdone
[data_stru] dumping search index in English (code: en)... done
[data_stru] The HTML pages are in 
local/share/doc/sage/html/en/reference/data_structures.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/data_structures
[databases] building [html]: targets for 13 source files that are out of date
[databases] writing additional pages...  searchdone
[databases] dumping search index in English (code: en)... done
[databases] The HTML pages are in 
local/share/doc/sage/html/en/reference/databases.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/databases
[diophanti] building [html]: targets for 2 source files that are out of date
[diophanti] writing additional pages...  searchdone
[diophanti] dumping search index in English (code: en)... done
[diophanti] The HTML pages are in 
local/share/doc/sage/html/en/reference/diophantine_approximation.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/diophantine_approximation
[discrete_] building [html]: targets for 50 source files that are out of date
[discrete_] writing additional pages...  searchdone
[discrete_] dumping search index in English (code: en)... done
[discrete_] The HTML pages are in 
local/share/doc/sage/html/en/reference/discrete_geometry.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/discrete_geometry
[doctest  ] building [html]: targets for 10 source files that are out of date
[doctest  ] writing additional pages...  searchdone
[doctest  ] dumping search index in English (code: en)... done
[doctest  ] The HTML pages are in 
local/share/doc/sage/html/en/reference/doctest.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/doctest
[euclidean] building [html]: targets for 3 source files that are out of date
[euclidean] writing additional pages...  searchdone
[euclidean] dumping search index in English (code: en)... done
[euclidean] The HTML pages are in 
local/share/doc/sage/html/en/reference/euclidean_spaces.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/euclidean_spaces
[finance  ] building [html]: targets for 7 source files that are out of date
[finance  ] writing additional pages...  searchdone
[finance  ] dumping search index in English (code: en)... done
[finance  ] The HTML pages are in 
local/share/doc/sage/html/en/reference/finance.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/finance
[finite_ri] building [html]: targets for 20 source files that are out of date
[finite_ri] writing additional pages...  searchdone
[finite_ri] dumping search index in English (code: en)... done
[finite_ri] The HTML pages are in 
local/share/doc/sage/html/en/reference/finite_rings.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/finite_rings
[function_] building [html]: targets for 11 source files that are out of date
[function_] writing additional pages...  searchdone
[function_] dumping search index in English (code: en)... done
[function_] The HTML pages are in 
local/share/doc/sage/html/en/reference/function_fields.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/function_fields
[functions] building [html]: targets for 20 source files that are out of date
[functions] writing additional pages...  searchdone
[functions] dumping search index in English (code: en)... done
[functions] The HTML pages are in 
local/share/doc/sage/html/en/reference/functions.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/functions
[game_theo] building [html]: targets for 6 source files that are out of date
[game_theo] writing additional pages...  searchdone
[game_theo] dumping search index in English (code: en)... done
[game_theo] The HTML pages are in 
local/share/doc/sage/html/en/reference/game_theory.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/game_theory
[games    ] building [html]: targets for 5 source files that are out of date
[games    ] writing additional pages...  searchdone
[games    ] dumping search index in English (code: en)... done
[games    ] The HTML pages are in local/share/doc/sage/html/en/reference/games.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/games
[groups   ] building [html]: targets for 68 source files that are out of date
[groups   ] writing additional pages...  searchdone
[groups   ] dumping search index in English (code: en)... done
[groups   ] The HTML pages are in local/share/doc/sage/html/en/reference/groups.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/groups
[hecke    ] building [html]: targets for 10 source files that are out of date
[hecke    ] writing additional pages...  searchdone
[hecke    ] dumping search index in English (code: en)... done
[hecke    ] The HTML pages are in local/share/doc/sage/html/en/reference/hecke.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/hecke
[hyperboli] building [html]: targets for 6 source files that are out of date
[hyperboli] writing additional pages...  searchdone
[hyperboli] dumping search index in English (code: en)... done
[hyperboli] The HTML pages are in 
local/share/doc/sage/html/en/reference/hyperbolic_geometry.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/hyperbolic_geometry
[interface] building [html]: targets for 50 source files that are out of date
[interface] writing additional pages...  searchdone
[interface] dumping search index in English (code: en)... done
[interface] The HTML pages are in 
local/share/doc/sage/html/en/reference/interfaces.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/interfaces
[knots    ] building [html]: targets for 3 source files that are out of date
[knots    ] writing additional pages...  searchdone
[knots    ] dumping search index in English (code: en)... done
[knots    ] The HTML pages are in local/share/doc/sage/html/en/reference/knots.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/knots
[lfunction] building [html]: targets for 5 source files that are out of date
[lfunction] writing additional pages...  searchdone
[lfunction] dumping search index in English (code: en)... done
[lfunction] The HTML pages are in 
local/share/doc/sage/html/en/reference/lfunctions.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/lfunctions
Help file /Applications/usr/share/giac/doc/fr/aide_cas not found
Added 0 synonyms
[libs     ] building [html]: targets for 40 source files that are out of date
[libs     ] writing additional pages...  searchdone
[libs     ] dumping search index in English (code: en)... done
[libs     ] The HTML pages are in local/share/doc/sage/html/en/reference/libs.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/libs
[logic    ] building [html]: targets for 7 source files that are out of date
[logic    ] writing additional pages...  searchdone
[logic    ] dumping search index in English (code: en)... done
[logic    ] The HTML pages are in local/share/doc/sage/html/en/reference/logic.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/logic
[matrices ] building [html]: targets for 44 source files that are out of date
[matrices ] writing additional pages...  searchdone
[matrices ] dumping search index in English (code: en)... done
[matrices ] The HTML pages are in 
local/share/doc/sage/html/en/reference/matrices.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/matrices
[matroids ] building [html]: targets for 20 source files that are out of date
[matroids ] writing additional pages...  searchdone
[matroids ] dumping search index in English (code: en)... done
[matroids ] The HTML pages are in 
local/share/doc/sage/html/en/reference/matroids.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/matroids
[modabvar ] building [html]: targets for 12 source files that are out of date
[modabvar ] writing additional pages...  searchdone
[modabvar ] dumping search index in English (code: en)... done
[modabvar ] The HTML pages are in 
local/share/doc/sage/html/en/reference/modabvar.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/modabvar
[modfrm   ] building [html]: targets for 22 source files that are out of date
[modfrm   ] writing additional pages...  searchdone
[modfrm   ] dumping search index in English (code: en)... done
[modfrm   ] The HTML pages are in local/share/doc/sage/html/en/reference/modfrm.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/modfrm
[modfrm_he] building [html]: targets for 15 source files that are out of date
[modfrm_he] writing additional pages...  searchdone
[modfrm_he] dumping search index in English (code: en)... done
[modfrm_he] The HTML pages are in 
local/share/doc/sage/html/en/reference/modfrm_hecketriangle.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/modfrm_hecketriangle
[modmisc  ] building [html]: targets for 18 source files that are out of date
[modmisc  ] writing additional pages...  searchdone
[modmisc  ] dumping search index in English (code: en)... done
[modmisc  ] The HTML pages are in 
local/share/doc/sage/html/en/reference/modmisc.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/modmisc
[modsym   ] building [html]: targets for 27 source files that are out of date
[modsym   ] writing additional pages...  searchdone
[modsym   ] dumping search index in English (code: en)... done
[modsym   ] The HTML pages are in local/share/doc/sage/html/en/reference/modsym.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/modsym
[modules  ] building [html]: targets for 41 source files that are out of date
[modules  ] writing additional pages...  searchdone
[modules  ] dumping search index in English (code: en)... done
[modules  ] The HTML pages are in 
local/share/doc/sage/html/en/reference/modules.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/modules
[monoids  ] building [html]: targets for 13 source files that are out of date
[monoids  ] writing additional pages...  searchdone
[monoids  ] dumping search index in English (code: en)... done
[monoids  ] The HTML pages are in 
local/share/doc/sage/html/en/reference/monoids.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/monoids
[noncommut] building [html]: targets for 10 source files that are out of date
[noncommut] writing additional pages...  searchdone
[noncommut] dumping search index in English (code: en)... done
[noncommut] The HTML pages are in 
local/share/doc/sage/html/en/reference/noncommutative_polynomial_rings.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/noncommutative_polynomial_rings
[number_fi] building [html]: targets for 27 source files that are out of date
[number_fi] writing additional pages...  searchdone
[number_fi] dumping search index in English (code: en)... done
[number_fi] The HTML pages are in 
local/share/doc/sage/html/en/reference/number_fields.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/number_fields
[numerical] building [html]: targets for 20 source files that are out of date
[numerical] writing additional pages...  searchdone
[numerical] dumping search index in English (code: en)... done
[numerical] The HTML pages are in 
local/share/doc/sage/html/en/reference/numerical.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/numerical
[padics   ] building [html]: targets for 29 source files that are out of date
[padics   ] writing additional pages...  searchdone
[padics   ] dumping search index in English (code: en)... done
[padics   ] The HTML pages are in local/share/doc/sage/html/en/reference/padics.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/padics
[plotting ] building [html]: targets for 32 source files that are out of date
[plotting ] writing additional pages...  searchdone
[plotting ] dumping search index in English (code: en)... done
[plotting ] The HTML pages are in 
local/share/doc/sage/html/en/reference/plotting.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/plotting
[power_ser] building [html]: targets for 15 source files that are out of date
[power_ser] writing additional pages...  searchdone
[power_ser] dumping search index in English (code: en)... done
[power_ser] The HTML pages are in 
local/share/doc/sage/html/en/reference/power_series.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/power_series
[probabili] building [html]: targets for 3 source files that are out of date
[probabili] writing additional pages...  searchdone
[probabili] dumping search index in English (code: en)... done
[probabili] The HTML pages are in 
local/share/doc/sage/html/en/reference/probability.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/probability
[quadratic] building [html]: targets for 14 source files that are out of date
[quadratic] writing additional pages...  searchdone
[quadratic] dumping search index in English (code: en)... done
[quadratic] The HTML pages are in 
local/share/doc/sage/html/en/reference/quadratic_forms.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/quadratic_forms
[quat_alge] building [html]: targets for 3 source files that are out of date
[quat_alge] writing additional pages...  searchdone
[quat_alge] dumping search index in English (code: en)... done
[quat_alge] The HTML pages are in 
local/share/doc/sage/html/en/reference/quat_algebras.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/quat_algebras
[quivers  ] building [html]: targets for 8 source files that are out of date
[quivers  ] writing additional pages...  searchdone
[quivers  ] dumping search index in English (code: en)... done
[quivers  ] The HTML pages are in 
local/share/doc/sage/html/en/reference/quivers.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/quivers
[riemannia] building [html]: targets for 3 source files that are out of date
[riemannia] writing additional pages...  searchdone
[riemannia] dumping search index in English (code: en)... done
[riemannia] The HTML pages are in 
local/share/doc/sage/html/en/reference/riemannian_geometry.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/riemannian_geometry
[rings    ] building [html]: targets for 19 source files that are out of date
[rings    ] writing additional pages...  searchdone
[rings    ] dumping search index in English (code: en)... done
[rings    ] The HTML pages are in local/share/doc/sage/html/en/reference/rings.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/rings
[rings_num] building [html]: targets for 13 source files that are out of date
[rings_num] writing additional pages...  searchdone
[rings_num] dumping search index in English (code: en)... done
[rings_num] The HTML pages are in 
local/share/doc/sage/html/en/reference/rings_numerical.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/rings_numerical
[rings_sta] building [html]: targets for 14 source files that are out of date
[rings_sta] writing additional pages...  searchdone
[rings_sta] dumping search index in English (code: en)... done
[rings_sta] The HTML pages are in 
local/share/doc/sage/html/en/reference/rings_standard.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/rings_standard
[sat      ] building [html]: targets for 8 source files that are out of date
[sat      ] writing additional pages...  searchdone
[sat      ] dumping search index in English (code: en)... done
[sat      ] The HTML pages are in local/share/doc/sage/html/en/reference/sat.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/sat
[schemes  ] building [html]: targets for 53 source files that are out of date
[schemes  ] writing additional pages...  searchdone
[schemes  ] dumping search index in English (code: en)... done
[schemes  ] The HTML pages are in 
local/share/doc/sage/html/en/reference/schemes.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/schemes
[semirings] building [html]: targets for 3 source files that are out of date
[semirings] writing additional pages...  searchdone
[semirings] dumping search index in English (code: en)... done
[semirings] The HTML pages are in 
local/share/doc/sage/html/en/reference/semirings.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/semirings
[sets     ] building [html]: targets for 18 source files that are out of date
[sets     ] writing additional pages...  searchdone
[sets     ] dumping search index in English (code: en)... done
[sets     ] The HTML pages are in local/share/doc/sage/html/en/reference/sets.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/sets
[stats    ] building [html]: targets for 11 source files that are out of date
[stats    ] writing additional pages...  searchdone
[stats    ] dumping search index in English (code: en)... done
[stats    ] The HTML pages are in local/share/doc/sage/html/en/reference/stats.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/stats
[structure] building [html]: targets for 33 source files that are out of date
[structure] writing additional pages...  searchdone
[structure] dumping search index in English (code: en)... done
[structure] The HTML pages are in 
local/share/doc/sage/html/en/reference/structure.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/structure
[valuation] building [html]: targets for 14 source files that are out of date
[valuation] writing additional pages...  searchdone
[valuation] dumping search index in English (code: en)... done
[valuation] The HTML pages are in 
local/share/doc/sage/html/en/reference/valuations.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/valuations
[history_a] building [html]: targets for 1 source files that are out of date
[history_a] writing additional pages...  searchdone
[history_a] dumping search index in English (code: en)... done
[history_a] The HTML pages are in 
local/share/doc/sage/html/en/reference/history_and_license.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference/history_and_license
[reference] building [html]: targets for 1 source files that are out of date
[reference] updating environment: 0 added, 0 changed, 2563 removed
[reference] Merging environment/index files...
[reference]     algebras: 29 todos, 96 index, 5 citations, 92 modules
[reference]     arithgroup: 1 todos, 12 index, 0 citations, 11 modules
[reference]     arithmetic_curves: 12 todos, 56 index, 2 citations, 55 modules
[reference]     asymptotic: 6 todos, 8 index, 0 citations, 7 modules
[reference]     calculus: 2 todos, 38 index, 0 citations, 37 modules
[reference]     categories: 107 todos, 222 index, 0 citations, 221 modules
[reference]     coding: 1 todos, 41 index, 1 citations, 40 modules
[reference]     coercion: 0 todos, 8 index, 0 citations, 7 modules
[reference]     combinat: 151 todos, 380 index, 229 citations, 379 modules
[reference]     constants: 0 todos, 3 index, 0 citations, 2 modules
[reference]     cpython: 0 todos, 8 index, 0 citations, 7 modules
[reference]     cryptography: 0 todos, 22 index, 0 citations, 21 modules
[reference]     curves: 0 todos, 17 index, 0 citations, 16 modules
[reference]     data_structures: 2 todos, 5 index, 0 citations, 4 modules
[reference]     databases: 3 todos, 13 index, 0 citations, 12 modules
[reference]     diophantine_approximation: 3 todos, 2 index, 0 citations, 1 
modules
[reference]     discrete_geometry: 5 todos, 50 index, 0 citations, 49 modules
[reference]     doctest: 0 todos, 10 index, 0 citations, 9 modules
[reference]     dynamics: 13 todos, 15 index, 0 citations, 12 modules
[reference]     euclidean_spaces: 0 todos, 3 index, 0 citations, 2 modules
[reference]     finance: 0 todos, 7 index, 0 citations, 6 modules
[reference]     finite_rings: 1 todos, 20 index, 0 citations, 19 modules
[reference]     function_fields: 2 todos, 11 index, 0 citations, 10 modules
[reference]     functions: 2 todos, 20 index, 0 citations, 19 modules
[reference]     game_theory: 0 todos, 6 index, 0 citations, 5 modules
[reference]     games: 0 todos, 5 index, 0 citations, 4 modules
[reference]     graphs: 22 todos, 73 index, 1619 citations, 72 modules
[reference]     groups: 14 todos, 68 index, 0 citations, 67 modules
[reference]     hecke: 0 todos, 10 index, 0 citations, 9 modules
[reference]     history_and_license: 0 todos, 1 index, 0 citations, 0 modules
[reference]     homology: 1 todos, 26 index, 0 citations, 25 modules
[reference]     hyperbolic_geometry: 1 todos, 6 index, 0 citations, 5 modules
[reference]     interfaces: 8 todos, 50 index, 0 citations, 49 modules
[reference]     knots: 1 todos, 3 index, 0 citations, 2 modules
[reference]     lfunctions: 2 todos, 5 index, 0 citations, 4 modules
[reference]     libs: 2 todos, 40 index, 0 citations, 39 modules
[reference]     logic: 2 todos, 7 index, 0 citations, 6 modules
[reference]     manifolds: 1 todos, 79 index, 0 citations, 60 modules
[reference]     matrices: 8 todos, 44 index, 0 citations, 43 modules
[reference]     matroids: 6 todos, 20 index, 0 citations, 19 modules
[reference]     misc: 11 todos, 109 index, 0 citations, 107 modules
[reference]     modabvar: 0 todos, 12 index, 0 citations, 11 modules
[reference]     modfrm: 0 todos, 22 index, 0 citations, 21 modules
[reference]     modfrm_hecketriangle: 1 todos, 15 index, 0 citations, 14 modules
[reference]     modmisc: 2 todos, 18 index, 5 citations, 17 modules
[reference]     modsym: 2 todos, 27 index, 0 citations, 26 modules
[reference]     modules: 9 todos, 41 index, 0 citations, 40 modules
[reference]     monoids: 0 todos, 13 index, 0 citations, 12 modules
[reference]     noncommutative_polynomial_rings: 5 todos, 10 index, 0 
citations, 9 modules
[reference]     number_fields: 4 todos, 27 index, 0 citations, 26 modules
[reference]     numerical: 0 todos, 20 index, 0 citations, 19 modules
[reference]     padics: 3 todos, 29 index, 0 citations, 28 modules
[reference]     parallel: 0 todos, 8 index, 0 citations, 7 modules
[reference]     plot3d: 8 todos, 20 index, 0 citations, 18 modules
[reference]     plotting: 0 todos, 32 index, 0 citations, 31 modules
[reference]     polynomial_rings: 8 todos, 62 index, 0 citations, 57 modules
[reference]     power_series: 1 todos, 15 index, 0 citations, 14 modules
[reference]     probability: 0 todos, 3 index, 0 citations, 2 modules
[reference]     quadratic_forms: 3 todos, 14 index, 0 citations, 13 modules
[reference]     quat_algebras: 0 todos, 3 index, 0 citations, 2 modules
[reference]     quivers: 2 todos, 8 index, 0 citations, 7 modules
[reference]     references: 0 todos, 1 index, 1381 citations, 0 modules
[reference]     repl: 1 todos, 35 index, 0 citations, 31 modules
[reference]     riemannian_geometry: 0 todos, 3 index, 0 citations, 2 modules
[reference]     rings: 8 todos, 19 index, 0 citations, 18 modules
[reference]     rings_numerical: 2 todos, 13 index, 0 citations, 12 modules
[reference]     rings_standard: 1 todos, 14 index, 0 citations, 13 modules
[reference]     sat: 0 todos, 8 index, 4 citations, 7 modules
[reference]     schemes: 5 todos, 53 index, 0 citations, 52 modules
[reference]     semirings: 0 todos, 3 index, 0 citations, 2 modules
[reference]     sets: 4 todos, 18 index, 0 citations, 17 modules
[reference]     spkg: 0 todos, 301 index, 0 citations, 0 modules
[reference]     stats: 0 todos, 11 index, 0 citations, 10 modules
[reference]     structure: 7 todos, 33 index, 0 citations, 32 modules
[reference]     tensor_free_modules: 2 todos, 19 index, 0 citations, 15 modules
[reference]     valuations: 1 todos, 14 index, 0 citations, 13 modules
[reference] ... done (498 todos, 2486 index, 1619 citations, 2134 modules)
[reference] preparing documents... skipping loading of indexes... done
[reference] Merging js index files...
[reference]     algebras: 3760 js index entries
[reference]     arithgroup: 965 js index entries
[reference]     arithmetic_curves: 3610 js index entries
[reference]     asymptotic: 1275 js index entries
[reference]     calculus: 2741 js index entries
[reference]     categories: 4387 js index entries
[reference]     coding: 2094 js index entries
[reference]     coercion: 1168 js index entries
[reference]     combinat: 12875 js index entries
[reference]     constants: 223 js index entries
[reference]     cpython: 545 js index entries
[reference]     cryptography: 2432 js index entries
[reference]     curves: 1082 js index entries
[reference]     data_structures: 655 js index entries
[reference]     databases: 1447 js index entries
[reference]     diophantine_approximation: 411 js index entries
[reference]     discrete_geometry: 3550 js index entries
[reference]     doctest: 1269 js index entries
[reference]     dynamics: 1617 js index entries
[reference]     euclidean_spaces: 446 js index entries
[reference]     finance: 795 js index entries
[reference]     finite_rings: 1249 js index entries
[reference]     function_fields: 783 js index entries
[reference]     functions: 1659 js index entries
[reference]     game_theory: 932 js index entries
[reference]     games: 628 js index entries
[reference]     graphs: 5773 js index entries
[reference]     groups: 2997 js index entries
[reference]     hecke: 649 js index entries
[reference]     history_and_license: 747 js index entries
[reference]     homology: 1894 js index entries
[reference]     hyperbolic_geometry: 497 js index entries
[reference]     interfaces: 3507 js index entries
[reference]     knots: 493 js index entries
[reference]     lfunctions: 695 js index entries
[reference]     libs: 1920 js index entries
[reference]     logic: 442 js index entries
[reference]     manifolds: 2881 js index entries
[reference]     matrices: 3169 js index entries
[reference]     matroids: 1528 js index entries
[reference]     misc: 4577 js index entries
[reference]     modabvar: 835 js index entries
[reference]     modfrm: 1020 js index entries
[reference]     modfrm_hecketriangle: 1038 js index entries
[reference]     modmisc: 1818 js index entries
[reference]     modsym: 1554 js index entries
[reference]     modules: 2175 js index entries
[reference]     monoids: 656 js index entries
[reference]     noncommutative_polynomial_rings: 906 js index entries
[reference]     number_fields: 2489 js index entries
[reference]     numerical: 1799 js index entries
[reference]     padics: 1626 js index entries
[reference]     parallel: 764 js index entries
[reference]     plot3d: 1903 js index entries
[reference]     plotting: 1938 js index entries
[reference]     polynomial_rings: 3606 js index entries
[reference]     power_series: 1012 js index entries
[reference]     probability: 284 js index entries
[reference]     quadratic_forms: 1283 js index entries
[reference]     quat_algebras: 506 js index entries
[reference]     quivers: 725 js index entries
[reference]     references: 6557 js index entries
[reference]     repl: 1911 js index entries
[reference]     riemannian_geometry: 484 js index entries
[reference]     rings: 1259 js index entries
[reference]     rings_numerical: 1753 js index entries
[reference]     rings_standard: 1587 js index entries
[reference]     sat: 506 js index entries
[reference]     schemes: 2288 js index entries
[reference]     semirings: 163 js index entries
[reference]     sets: 1039 js index entries
[reference]     spkg: 3565 js index entries
[reference]     stats: 632 js index entries
[reference]     structure: 1977 js index entries
[reference]     tensor_free_modules: 1085 js index entries
[reference]     valuations: 814 js index entries
[reference] ... done (48607 js index entries)
[reference] copying static files... ... done
[reference] dumping search index in English (code: en)... done
[reference] The HTML pages are in local/share/doc/sage/html/en/reference.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/reference

Building ja/a_tour_of_sage.

[a_tour_of] building [html]: targets for 1 source files that are out of date
[a_tour_of] updating environment: [new config] 1 added, 0 changed, 0 removed
[a_tour_of] Merging environment/index files...
[a_tour_of] ... done (0 todos, 1 index, 0 citations, 0 modules)
[a_tour_of] Merging js index files...
[a_tour_of] ... done (168 js index entries)
[a_tour_of] copying static files... ... done
[a_tour_of] dumping search index in Japanese (code: ja)... done
[a_tour_of] The HTML pages are in local/share/doc/sage/html/ja/a_tour_of_sage.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/ja/a_tour_of_sage

Building ja/tutorial.

[tutorial ] building [html]: targets for 23 source files that are out of date
[tutorial ] updating environment: [new config] 23 added, 0 changed, 0 removed
[tutorial ] Merging environment/index files...
[tutorial ] ... done (0 todos, 23 index, 17 citations, 0 modules)
[tutorial ] Merging js index files...
[tutorial ] ... done (4362 js index entries)
[tutorial ] copying static files... ... done
[tutorial ] dumping search index in Japanese (code: ja)... done
[tutorial ] The HTML pages are in local/share/doc/sage/html/ja/tutorial.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/ja/tutorial

Building it/a_tour_of_sage.

[a_tour_of] building [html]: targets for 1 source files that are out of date
[a_tour_of] updating environment: [new config] 1 added, 0 changed, 0 removed
[a_tour_of] Merging environment/index files...
[a_tour_of] ... done (0 todos, 1 index, 0 citations, 0 modules)
[a_tour_of] Merging js index files...
[a_tour_of] ... done (122 js index entries)
[a_tour_of] copying static files... ... done
[a_tour_of] dumping search index in Italian (code: it)... done
[a_tour_of] The HTML pages are in local/share/doc/sage/html/it/a_tour_of_sage.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/it/a_tour_of_sage

Building it/faq.

[faq      ] building [html]: targets for 4 source files that are out of date
[faq      ] updating environment: [new config] 4 added, 0 changed, 0 removed
[faq      ] Merging environment/index files...
[faq      ] ... done (0 todos, 4 index, 0 citations, 0 modules)
[faq      ] Merging js index files...
[faq      ] ... done (1922 js index entries)
[faq      ] copying static files... ... done
[faq      ] dumping search index in English (code: en)... done
[faq      ] The HTML pages are in local/share/doc/sage/html/it/faq.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/it/faq

Building ca/intro.

[intro    ] building [html]: targets for 1 source files that are out of date
[intro    ] updating environment: [new config] 1 added, 0 changed, 0 removed
[intro    ] Merging environment/index files...
[intro    ] ... done (0 todos, 1 index, 1 citations, 0 modules)
[intro    ] Merging js index files...
[intro    ] ... done (692 js index entries)
[intro    ] copying static files... ... done
[intro    ] dumping search index in English (code: en)... done
[intro    ] The HTML pages are in local/share/doc/sage/html/ca/intro.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/ca/intro

Building ru/tutorial.

[tutorial ] building [html]: targets for 21 source files that are out of date
[tutorial ] updating environment: [new config] 21 added, 0 changed, 0 removed
[tutorial ] Merging environment/index files...
[tutorial ] ... done (0 todos, 21 index, 17 citations, 0 modules)
[tutorial ] Merging js index files...
[tutorial ] ... done (2471 js index entries)
[tutorial ] copying static files... ... done
[tutorial ] dumping search index in Russian (code: ru)... done
[tutorial ] The HTML pages are in local/share/doc/sage/html/ru/tutorial.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/ru/tutorial

Building pt/a_tour_of_sage.

[a_tour_of] building [html]: targets for 1 source files that are out of date
[a_tour_of] updating environment: [new config] 1 added, 0 changed, 0 removed
[a_tour_of] Merging environment/index files...
[a_tour_of] ... done (0 todos, 1 index, 0 citations, 0 modules)
[a_tour_of] Merging js index files...
[a_tour_of] ... done (126 js index entries)
[a_tour_of] copying static files... ... done
[a_tour_of] dumping search index in Portuguese (code: pt)... done
[a_tour_of] The HTML pages are in local/share/doc/sage/html/pt/a_tour_of_sage.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/pt/a_tour_of_sage

Building pt/tutorial.

[tutorial ] building [html]: targets for 23 source files that are out of date
[tutorial ] updating environment: [new config] 23 added, 0 changed, 0 removed
[tutorial ] Merging environment/index files...
[tutorial ] ... done (0 todos, 23 index, 17 citations, 0 modules)
[tutorial ] Merging js index files...
[tutorial ] ... done (2410 js index entries)
[tutorial ] copying static files... ... done
[tutorial ] dumping search index in Portuguese (code: pt)... done
[tutorial ] The HTML pages are in local/share/doc/sage/html/pt/tutorial.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/pt/tutorial

Building hu/a_tour_of_sage.

[a_tour_of] building [html]: targets for 1 source files that are out of date
[a_tour_of] updating environment: [new config] 1 added, 0 changed, 0 removed
[a_tour_of] Merging environment/index files...
[a_tour_of] ... done (0 todos, 1 index, 0 citations, 0 modules)
[a_tour_of] Merging js index files...
[a_tour_of] ... done (128 js index entries)
[a_tour_of] copying static files... ... done
[a_tour_of] dumping search index in Hungarian (code: hu)... done
[a_tour_of] The HTML pages are in local/share/doc/sage/html/hu/a_tour_of_sage.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/hu/a_tour_of_sage

Building de/a_tour_of_sage.

[a_tour_of] building [html]: targets for 1 source files that are out of date
[a_tour_of] updating environment: [new config] 1 added, 0 changed, 0 removed
[a_tour_of] Merging environment/index files...
[a_tour_of] ... done (0 todos, 1 index, 0 citations, 0 modules)
[a_tour_of] Merging js index files...
[a_tour_of] ... done (230 js index entries)
[a_tour_of] copying static files... ... done
[a_tour_of] dumping search index in German (code: de)... done
[a_tour_of] The HTML pages are in local/share/doc/sage/html/de/a_tour_of_sage.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/de/a_tour_of_sage

Building de/tutorial.

[tutorial ] building [html]: targets for 22 source files that are out of date
[tutorial ] updating environment: [new config] 22 added, 0 changed, 0 removed
[tutorial ] Merging environment/index files...
[tutorial ] ... done (0 todos, 22 index, 17 citations, 0 modules)
[tutorial ] Merging js index files...
[tutorial ] ... done (2789 js index entries)
[tutorial ] copying static files... ... done
[tutorial ] dumping search index in German (code: de)... done
[tutorial ] The HTML pages are in local/share/doc/sage/html/de/tutorial.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/de/tutorial

Building de/thematische_anleitungen.

[thematisc] building [html]: targets for 2 source files that are out of date
[thematisc] updating environment: [new config] 2 added, 0 changed, 0 removed
[thematisc] Merging environment/index files...
[thematisc] ... done (0 todos, 2 index, 0 citations, 0 modules)
[thematisc] Merging js index files...
[thematisc] ... done (819 js index entries)
[thematisc] copying static files... ... done
[thematisc] dumping search index in German (code: de)... done
[thematisc] The HTML pages are in 
local/share/doc/sage/html/de/thematische_anleitungen.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/de/thematische_anleitungen

Building fr/a_tour_of_sage.

[a_tour_of] building [html]: targets for 1 source files that are out of date
[a_tour_of] updating environment: [new config] 1 added, 0 changed, 0 removed
[a_tour_of] Merging environment/index files...
[a_tour_of] ... done (0 todos, 1 index, 0 citations, 0 modules)
[a_tour_of] Merging js index files...
[a_tour_of] ... done (126 js index entries)
[a_tour_of] copying static files... ... done
[a_tour_of] dumping search index in French (code: fr)... done
[a_tour_of] The HTML pages are in local/share/doc/sage/html/fr/a_tour_of_sage.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/fr/a_tour_of_sage

Building fr/tutorial.

[tutorial ] building [html]: targets for 23 source files that are out of date
[tutorial ] updating environment: [new config] 23 added, 0 changed, 0 removed
[tutorial ] Merging environment/index files...
[tutorial ] ... done (0 todos, 23 index, 17 citations, 0 modules)
[tutorial ] Merging js index files...
[tutorial ] ... done (2484 js index entries)
[tutorial ] copying static files... ... done
[tutorial ] dumping search index in French (code: fr)... done
[tutorial ] The HTML pages are in local/share/doc/sage/html/fr/tutorial.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/fr/tutorial

Building es/a_tour_of_sage.

[a_tour_of] building [html]: targets for 1 source files that are out of date
[a_tour_of] updating environment: [new config] 1 added, 0 changed, 0 removed
[a_tour_of] Merging environment/index files...
[a_tour_of] ... done (0 todos, 1 index, 0 citations, 0 modules)
[a_tour_of] Merging js index files...
[a_tour_of] ... done (116 js index entries)
[a_tour_of] copying static files... ... done
[a_tour_of] dumping search index in Spanish (code: es)... done
[a_tour_of] The HTML pages are in local/share/doc/sage/html/es/a_tour_of_sage.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/es/a_tour_of_sage

Building es/tutorial.

[tutorial ] building [html]: targets for 11 source files that are out of date
[tutorial ] updating environment: [new config] 11 added, 0 changed, 0 removed
[tutorial ] Merging environment/index files...
[tutorial ] ... done (0 todos, 11 index, 7 citations, 0 modules)
[tutorial ] Merging js index files...
[tutorial ] ... done (1060 js index entries)
[tutorial ] copying static files... ... done
[tutorial ] dumping search index in Spanish (code: es)... done
[tutorial ] The HTML pages are in local/share/doc/sage/html/es/tutorial.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/es/tutorial

Building en/a_tour_of_sage.

[a_tour_of] building [html]: targets for 1 source files that are out of date
[a_tour_of] updating environment: [new config] 1 added, 0 changed, 0 removed
[a_tour_of] Merging environment/index files...
[a_tour_of] ... done (0 todos, 1 index, 0 citations, 0 modules)
[a_tour_of] Merging js index files...
[a_tour_of] ... done (109 js index entries)
[a_tour_of] copying static files... ... done
[a_tour_of] dumping search index in English (code: en)... done
[a_tour_of] The HTML pages are in local/share/doc/sage/html/en/a_tour_of_sage.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/a_tour_of_sage

Building en/developer.

[developer] building [html]: targets for 19 source files that are out of date
[developer] updating environment: [new config] 19 added, 0 changed, 0 removed
[developer] Merging environment/index files...
[developer] ... done (0 todos, 19 index, 2 citations, 0 modules)
[developer] Merging js index files...
[developer] ... done (2858 js index entries)
[developer] copying static files... ... done
[developer] dumping search index in English (code: en)... done
[developer] The HTML pages are in local/share/doc/sage/html/en/developer.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/developer

Building en/prep.

[prep     ] building [html]: targets for 17 source files that are out of date
[prep     ] updating environment: [new config] 17 added, 0 changed, 0 removed
[prep     ] Merging environment/index files...
[prep     ] ... done (0 todos, 17 index, 0 citations, 0 modules)
[prep     ] Merging js index files...
[prep     ] ... done (1819 js index entries)
[prep     ] copying static files... ... done
[prep     ] dumping search index in English (code: en)... done
[prep     ] The HTML pages are in local/share/doc/sage/html/en/prep.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/prep

Building en/tutorial.

[tutorial ] building [html]: targets for 23 source files that are out of date
[tutorial ] updating environment: [new config] 23 added, 0 changed, 0 removed
[tutorial ] Merging environment/index files...
[tutorial ] ... done (0 todos, 23 index, 17 citations, 0 modules)
[tutorial ] Merging js index files...
[tutorial ] ... done (2102 js index entries)
[tutorial ] copying static files... ... done
[tutorial ] dumping search index in English (code: en)... done
[tutorial ] The HTML pages are in local/share/doc/sage/html/en/tutorial.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/tutorial

Building en/faq.

[faq      ] building [html]: targets for 4 source files that are out of date
[faq      ] updating environment: [new config] 4 added, 0 changed, 0 removed
[faq      ] Merging environment/index files...
[faq      ] ... done (0 todos, 4 index, 0 citations, 0 modules)
[faq      ] Merging js index files...
[faq      ] ... done (1218 js index entries)
[faq      ] copying static files... ... done
[faq      ] dumping search index in English (code: en)... done
[faq      ] The HTML pages are in local/share/doc/sage/html/en/faq.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/faq

Building en/constructions.

[construct] building [html]: targets for 16 source files that are out of date
[construct] updating environment: [new config] 16 added, 0 changed, 0 removed
[construct] Merging environment/index files...
[construct] ... done (0 todos, 16 index, 0 citations, 0 modules)
[construct] Merging js index files...
[construct] ... done (1434 js index entries)
[construct] copying static files... ... done
[construct] dumping search index in English (code: en)... done
[construct] The HTML pages are in local/share/doc/sage/html/en/constructions.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/constructions

Building en/website.

[website  ] building [html]: targets for 1 source files that are out of date
[website  ] updating environment: [new config] 1 added, 0 changed, 0 removed
[website  ] Merging environment/index files...
[website  ] ... done (0 todos, 1 index, 0 citations, 0 modules)
[website  ] Merging js index files...
[website  ] ... done (15 js index entries)
[website  ] copying static files... ... done
[website  ] dumping search index in English (code: en)... done
[website  ] The HTML pages are in local/share/doc/sage/html/en/website.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/website

Building en/installation.

[installat] building [html]: targets for 7 source files that are out of date
[installat] updating environment: [new config] 7 added, 0 changed, 0 removed
[installat] Merging environment/index files...
[installat] ... done (0 todos, 7 index, 0 citations, 0 modules)
[installat] Merging js index files...
[installat] ... done (1396 js index entries)
[installat] copying static files... ... done
[installat] dumping search index in English (code: en)... done
[installat] The HTML pages are in local/share/doc/sage/html/en/installation.
Build finished. The built documents can be found in 
/Users/bump/sagemath/sage/local/share/doc/sage/html/en/installation

Building en/thematic_tutorials.

[thematic_] building [html]: targets for 84 source files that are out of date
[thematic_] updating environment: [new config] 84 added, 0 changed, 0 removed
------------------------------------------------------------------------
0   signals.cpython-39-darwin.so        0x000000010d64a542 print_backtrace + 66
1   signals.cpython-39-darwin.so        0x000000010d64e167 sigdie + 39
2   signals.cpython-39-darwin.so        0x000000010d64e06a 
cysigs_signal_handler + 282
3   libsystem_platform.dylib            0x00007fff20591d7d _sigtramp + 29
4   ???                                 0x000000000000003f 0x0 + 63
5   libtcl8.6.dylib                     0x000000024767772e AtForkPrepare + 38
6   libsystem_pthread.dylib             0x00007fff2054d1a3 
_pthread_atfork_prepare_handlers + 90
7   libSystem.B.dylib                   0x00007fff2a750934 
libSystem_atfork_prepare + 11
8   libsystem_c.dylib                   0x00007fff20430b1b fork + 12
9   _posixsubprocess.cpython-39-darwin. 0x000000010beeeb89 subprocess_fork_exec 
+ 1573
10  Python                              0x000000010b7d1904 cfunction_call + 127
11  Python                              0x000000010b7a0fa3 _PyObject_MakeTpCall 
+ 266
12  Python                              0x000000010b849027 call_function + 455
13  Python                              0x000000010b846184 
_PyEval_EvalFrameDefault + 27452
14  Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
15  Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
16  Python                              0x000000010b848ff3 call_function + 403
17  Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
18  Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
19  Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
20  Python                              0x000000010b7a0e28 
_PyObject_FastCallDictTstate + 149
21  Python                              0x000000010b7a1891 
_PyObject_Call_Prepend + 139
22  Python                              0x000000010b7e9e96 slot_tp_init + 87
23  Python                              0x000000010b7e36f7 type_call + 150
24  Python                              0x000000010b7a1425 _PyObject_Call + 138
25  Python                              0x000000010b8464b4 
_PyEval_EvalFrameDefault + 28268
26  Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
27  Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
28  Python                              0x000000010b7a131f PyVectorcall_Call + 
146
29  Python                              0x000000010b8464b4 
_PyEval_EvalFrameDefault + 28268
30  Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
31  Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
32  Python                              0x000000010b848ff3 call_function + 403
33  Python                              0x000000010b8462ee 
_PyEval_EvalFrameDefault + 27814
34  base.cpython-39-darwin.so           0x0000000119d4a1e1 
__Pyx_PyFunction_FastCallNoKw + 257
35  base.cpython-39-darwin.so           0x0000000119d4a0c8 
__Pyx_PyFunction_FastCallDict + 264
36  base.cpython-39-darwin.so           0x0000000119d4a276 
__Pyx_PyObject_CallOneArg + 102
37  base.cpython-39-darwin.so           0x0000000119d6b38c 
__pyx_pf_4sage_4plot_6plot3d_4base_10Graphics3d_10_rich_repr_jmol + 4492
38  base.cpython-39-darwin.so           0x0000000119d4e13b 
__pyx_pw_4sage_4plot_6plot3d_4base_10Graphics3d_11_rich_repr_jmol + 171
39  Python                              0x000000010b7d18ff cfunction_call + 122
40  base.cpython-39-darwin.so           0x0000000119d60287 
__pyx_pw_4sage_4plot_6plot3d_4base_10Graphics3d_93_save_image_png + 1559
41  Python                              0x000000010b7d18ff cfunction_call + 122
42  base.cpython-39-darwin.so           0x0000000119d612e6 
__pyx_pw_4sage_4plot_6plot3d_4base_10Graphics3d_95save_image + 1174
43  Python                              0x000000010b7d18ff cfunction_call + 122
44  base.cpython-39-darwin.so           0x0000000119d8e9cd 
__pyx_pf_4sage_4plot_6plot3d_4base_10Graphics3d_96save + 1725
45  base.cpython-39-darwin.so           0x0000000119d6219f 
__pyx_pw_4sage_4plot_6plot3d_4base_10Graphics3d_97save + 111
46  Python                              0x000000010b7a7fe4 
method_vectorcall_VARARGS_KEYWORDS + 304
47  Python                              0x000000010b848ff3 call_function + 403
48  Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
49  Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
50  Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
51  Python                              0x000000010b848ff3 call_function + 403
52  Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
53  Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
54  Python                              0x000000010b83f56d PyEval_EvalCode + 79
55  Python                              0x000000010b87a5b5 run_eval_code_obj + 
110
56  Python                              0x000000010b8799ad run_mod + 103
57  Python                              0x000000010b8789dc PyRun_StringFlags + 
182
58  Python                              0x000000010b83c881 builtin_exec + 543
59  Python                              0x000000010b7d11bb 
cfunction_vectorcall_FASTCALL + 203
60  Python                              0x000000010b848ff3 call_function + 403
61  Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
62  Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
63  Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
64  Python                              0x000000010b848ff3 call_function + 403
65  Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
66  Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
67  Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
68  Python                              0x000000010b848ff3 call_function + 403
69  Python                              0x000000010b8462ee 
_PyEval_EvalFrameDefault + 27814
70  Python                              0x000000010b7a1648 
function_code_fastcall + 97
71  Python                              0x000000010b848ff3 call_function + 403
72  Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
73  Python                              0x000000010b7a1648 
function_code_fastcall + 97
74  Python                              0x000000010b848ff3 call_function + 403
75  Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
76  Python                              0x000000010b7a1648 
function_code_fastcall + 97
77  Python                              0x000000010b848ff3 call_function + 403
78  Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
79  Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
80  Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
81  Python                              0x000000010b848ff3 call_function + 403
82  Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
83  Python                              0x000000010b7a1648 
function_code_fastcall + 97
84  Python                              0x000000010b848ff3 call_function + 403
85  Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
86  Python                              0x000000010b7a1648 
function_code_fastcall + 97
87  Python                              0x000000010b7a32ab method_vectorcall + 
164
88  Python                              0x000000010b848ff3 call_function + 403
89  Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
90  Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
91  Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
92  Python                              0x000000010b848ff3 call_function + 403
93  Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
94  Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
95  Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
96  Python                              0x000000010b848ff3 call_function + 403
97  Python                              0x000000010b846184 
_PyEval_EvalFrameDefault + 27452
98  Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
99  Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
100 Python                              0x000000010b7a32ab method_vectorcall + 
164
101 Python                              0x000000010b848ff3 call_function + 403
102 Python                              0x000000010b8462ee 
_PyEval_EvalFrameDefault + 27814
103 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
104 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
105 Python                              0x000000010b7a32ab method_vectorcall + 
164
106 Python                              0x000000010b848ff3 call_function + 403
107 Python                              0x000000010b8462ee 
_PyEval_EvalFrameDefault + 27814
108 Python                              0x000000010b7a1648 
function_code_fastcall + 97
109 Python                              0x000000010b848ff3 call_function + 403
110 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
111 Python                              0x000000010b7a1648 
function_code_fastcall + 97
112 Python                              0x000000010b848ff3 call_function + 403
113 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
114 Python                              0x000000010b7a1648 
function_code_fastcall + 97
115 Python                              0x000000010b7a32ab method_vectorcall + 
164
116 Python                              0x000000010b848ff3 call_function + 403
117 Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
118 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
119 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
120 Python                              0x000000010b848ff3 call_function + 403
121 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
122 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
123 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
124 Python                              0x000000010b848ff3 call_function + 403
125 Python                              0x000000010b846184 
_PyEval_EvalFrameDefault + 27452
126 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
127 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
128 Python                              0x000000010b7a32ab method_vectorcall + 
164
129 Python                              0x000000010b848ff3 call_function + 403
130 Python                              0x000000010b8462ee 
_PyEval_EvalFrameDefault + 27814
131 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
132 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
133 Python                              0x000000010b7a32ab method_vectorcall + 
164
134 Python                              0x000000010b848ff3 call_function + 403
135 Python                              0x000000010b8462ee 
_PyEval_EvalFrameDefault + 27814
136 Python                              0x000000010b7a1648 
function_code_fastcall + 97
137 Python                              0x000000010b848ff3 call_function + 403
138 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
139 Python                              0x000000010b7a1648 
function_code_fastcall + 97
140 Python                              0x000000010b848ff3 call_function + 403
141 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
142 Python                              0x000000010b7a1648 
function_code_fastcall + 97
143 Python                              0x000000010b7a32ab method_vectorcall + 
164
144 Python                              0x000000010b848ff3 call_function + 403
145 Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
146 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
147 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
148 Python                              0x000000010b848ff3 call_function + 403
149 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
150 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
151 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
152 Python                              0x000000010b848ff3 call_function + 403
153 Python                              0x000000010b8462ee 
_PyEval_EvalFrameDefault + 27814
154 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
155 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
156 Python                              0x000000010b7a32ab method_vectorcall + 
164
157 Python                              0x000000010b848ff3 call_function + 403
158 Python                              0x000000010b8462ee 
_PyEval_EvalFrameDefault + 27814
159 Python                              0x000000010b7a1648 
function_code_fastcall + 97
160 Python                              0x000000010b848ff3 call_function + 403
161 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
162 Python                              0x000000010b7a1648 
function_code_fastcall + 97
163 Python                              0x000000010b848ff3 call_function + 403
164 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
165 Python                              0x000000010b7a1648 
function_code_fastcall + 97
166 Python                              0x000000010b848ff3 call_function + 403
167 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
168 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
169 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
170 Python                              0x000000010b848ff3 call_function + 403
171 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
172 Python                              0x000000010b7a1648 
function_code_fastcall + 97
173 Python                              0x000000010b848ff3 call_function + 403
174 Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
175 Python                              0x000000010b7a1648 
function_code_fastcall + 97
176 Python                              0x000000010b848ff3 call_function + 403
177 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
178 Python                              0x000000010b7a1648 
function_code_fastcall + 97
179 Python                              0x000000010b848ff3 call_function + 403
180 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
181 Python                              0x000000010b7a1648 
function_code_fastcall + 97
182 Python                              0x000000010b848ff3 call_function + 403
183 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
184 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
185 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
186 Python                              0x000000010b7a32ab method_vectorcall + 
164
187 Python                              0x000000010b848ff3 call_function + 403
188 Python                              0x000000010b8462ee 
_PyEval_EvalFrameDefault + 27814
189 Python                              0x000000010b7a1648 
function_code_fastcall + 97
190 Python                              0x000000010b848ff3 call_function + 403
191 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
192 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
193 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
194 Python                              0x000000010b848ff3 call_function + 403
195 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
196 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
197 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
198 Python                              0x000000010b848ff3 call_function + 403
199 Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
200 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
201 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
202 Python                              0x000000010b848ff3 call_function + 403
203 Python                              0x000000010b846184 
_PyEval_EvalFrameDefault + 27452
204 Python                              0x000000010b7a1648 
function_code_fastcall + 97
205 Python                              0x000000010b848ff3 call_function + 403
206 Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
207 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
208 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
209 Python                              0x000000010b7a3337 method_vectorcall + 
304
210 Python                              0x000000010b8464b4 
_PyEval_EvalFrameDefault + 28268
211 Python                              0x000000010b7a1648 
function_code_fastcall + 97
212 Python                              0x000000010b848ff3 call_function + 403
213 Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
214 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
215 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
216 Python                              0x000000010b8464b4 
_PyEval_EvalFrameDefault + 28268
217 Python                              0x000000010b7a1648 
function_code_fastcall + 97
218 Python                              0x000000010b848ff3 call_function + 403
219 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
220 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
221 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
222 Python                              0x000000010b7a32ab method_vectorcall + 
164
223 Python                              0x000000010b848ff3 call_function + 403
224 Python                              0x000000010b8462ee 
_PyEval_EvalFrameDefault + 27814
225 Python                              0x000000010b7a1648 
function_code_fastcall + 97
226 Python                              0x000000010b848ff3 call_function + 403
227 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
228 Python                              0x000000010b7a1648 
function_code_fastcall + 97
229 Python                              0x000000010b7a0e67 
_PyObject_FastCallDictTstate + 212
230 Python                              0x000000010b7a1891 
_PyObject_Call_Prepend + 139
231 Python                              0x000000010b7e9e96 slot_tp_init + 87
232 Python                              0x000000010b7e36f7 type_call + 150
233 Python                              0x000000010b7a0fa3 _PyObject_MakeTpCall 
+ 266
234 Python                              0x000000010b849027 call_function + 455
235 Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
236 Python                              0x000000010b7a1648 
function_code_fastcall + 97
237 Python                              0x000000010b848ff3 call_function + 403
238 Python                              0x000000010b846184 
_PyEval_EvalFrameDefault + 27452
239 Python                              0x000000010b7a1648 
function_code_fastcall + 97
240 Python                              0x000000010b848ff3 call_function + 403
241 Python                              0x000000010b846184 
_PyEval_EvalFrameDefault + 27452
242 Python                              0x000000010b7a1648 
function_code_fastcall + 97
243 Python                              0x000000010b848ff3 call_function + 403
244 Python                              0x000000010b846168 
_PyEval_EvalFrameDefault + 27424
245 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
246 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
247 Python                              0x000000010b848ff3 call_function + 403
248 Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
249 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
250 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
251 Python                              0x000000010b848ff3 call_function + 403
252 Python                              0x000000010b8462ee 
_PyEval_EvalFrameDefault + 27814
253 Python                              0x000000010b7a1648 
function_code_fastcall + 97
254 Python                              0x000000010b848ff3 call_function + 403
255 Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
256 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
257 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
258 Python                              0x000000010b7a33ae method_vectorcall + 
423
259 Python                              0x000000010b8b2cc0 partial_vectorcall + 
334
260 Python                              0x000000010b848ff3 call_function + 403
261 Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
262 Python                              0x000000010b7a1648 
function_code_fastcall + 97
263 Python                              0x000000010b848ff3 call_function + 403
264 Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
265 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
266 Python                              0x000000010b83f56d PyEval_EvalCode + 79
267 Python                              0x000000010b83c8a7 builtin_exec + 581
268 Python                              0x000000010b7d11bb 
cfunction_vectorcall_FASTCALL + 203
269 Python                              0x000000010b848ff3 call_function + 403
270 Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
271 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
272 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
273 Python                              0x000000010b848ff3 call_function + 403
274 Python                              0x000000010b846230 
_PyEval_EvalFrameDefault + 27624
275 Python                              0x000000010b849b3b _PyEval_EvalCode + 
1998
276 Python                              0x000000010b7a15d8 
_PyFunction_Vectorcall + 248
277 Python                              0x000000010b8902e3 pymain_run_module + 
353
278 Python                              0x000000010b88fb08 Py_RunMain + 1199
279 Python                              0x000000010b8900c1 pymain_main + 306
280 Python                              0x000000010b89010f Py_BytesMain + 42
281 libdyld.dylib                       0x00007fff20568621 start + 1
282 ???                                 0x0000000000000006 0x0 + 6
------------------------------------------------------------------------
Unhandled SIGILL: An illegal instruction occurred.
This probably occurred because a *compiled* module has a bug
in it and is not properly wrapped with sig_on(), sig_off().
Python will now terminate.
------------------------------------------------------------------------
Error building the documentation.
Traceback (most recent call last):
  File 
"/usr/local/Cellar/python@3.9/3.9.1_6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py",
 line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File 
"/usr/local/Cellar/python@3.9/3.9.1_6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py",
 line 87, in _run_code
    exec(code, run_globals)
  File 
"/Users/bump/sagemath/sage/local/lib/python3.9/site-packages/sage_setup/docbuild/__main__.py",
 line 2, in <module>
    main()
  File 
"/Users/bump/sagemath/sage/local/lib/python3.9/site-packages/sage_setup/docbuild/__init__.py",
 line 1730, in main
    builder()
  File 
"/Users/bump/sagemath/sage/local/lib/python3.9/site-packages/sage_setup/docbuild/__init__.py",
 line 352, in _wrapper
    build_many(build_other_doc, L)
  File 
"/Users/bump/sagemath/sage/local/lib/python3.9/site-packages/sage_setup/docbuild/__init__.py",
 line 295, in build_many
    _build_many(target, args, processes=NUM_THREADS)
  File 
"/Users/bump/sagemath/sage/local/lib/python3.9/site-packages/sage_setup/docbuild/utils.py",
 line 291, in build_many
    raise worker_exc
  File 
"/Users/bump/sagemath/sage/local/lib/python3.9/site-packages/sage_setup/docbuild/utils.py",
 line 263, in build_many
    if reap_workers(waited_pid, waited_exitcode):
  File 
"/Users/bump/sagemath/sage/local/lib/python3.9/site-packages/sage_setup/docbuild/utils.py",
 line 221, in reap_workers
    w = bring_out_yer_dead(w, task, exitcode)
  File 
"/Users/bump/sagemath/sage/local/lib/python3.9/site-packages/sage_setup/docbuild/utils.py",
 line 157, in bring_out_yer_dead
    raise WorkerDiedException(
sage_setup.docbuild.utils.WorkerDiedException: worker for 
('en/thematic_tutorials', 'html', {}) died with non-zero exit code -4

Reply via email to