Your message dated Tue, 07 Feb 2023 08:40:24 +0000
with message-id <e1ppjwa-0041hd...@fasolo.debian.org>
and subject line Bug#1013399: fixed in sagemath 9.5-5
has caused the Debian Bug report #1013399,
regarding sagemath: FTBFS with Sphinx 5.0, docutils 0.18: ln: failed to create 
symbolic link '*/_static': No such file or directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1013399: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013399
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sagemath
Version: 9.5-4
Severity: important
Tags: ftbfs
User: mity...@debian.org
Usertags: sphinx5.0

Hi,

sagemath fails to build with Sphinx 5.0 and docutils 0.18, both of which
are currently available in experimental.

Relevant part (hopefully):
> make[3]: Entering directory '/<<PKGBUILDDIR>>'
> cd sage && SAGE_ROOT=/<<PKGBUILDDIR>>/sage 
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/<<PKGBUILDDIR>>/sage/build/bin
>  src/doc/bootstrap
> mv sage/src/sage sage/src/sage.bak # Use the installed sage, not the one from 
> the source tree
> cd sage/src && \
> export 
> PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3.10/dist-packages \
>        SAGE_SRC=/<<PKGBUILDDIR>>/sage/src \
>        SAGE_DOC_SRC=/<<PKGBUILDDIR>>/sage/src/doc \
>        SAGE_DOC=/<<PKGBUILDDIR>>/sage/src/doc \
>        MATHJAX_DIR=/usr/share/javascript/mathjax \
>        LANG=C && \
> python3 -m sage_docbuild --no-pdf-links --mathjax all html
> /<<PKGBUILDDIR>>/sage/src/sage_docbuild/__init__.py:1728: DeprecationWarning: 
> avoid using "sage --docbuild all html" and "sage --docbuild all pdf"; use 
> "make doc" and "make doc-pdf" instead, if available.
> See https://trac.sagemath.org/31948 for details.
>   builder = getattr(get_builder(name), typ)
> 
> Building reference manual, first pass.
> 
> [reference] Extension error:
> [reference] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/references
> [spkg     ] Extension error:
> [spkg     ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/spkg
> [dynamics ] Extension error:
> [dynamics ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/dynamics
> [tensor_fr] Extension error:
> [tensor_fr] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/tensor_free_modules
> [algebras ] Extension error:
> [algebras ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/algebras
> [combinat ] Extension error:
> [combinat ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/combinat
> /<<PKGBUILDDIR>>/sage/src/sage_docbuild/__init__.py:1022: DeprecationWarning: 
> the package sage.media is deprecated
> See http://trac.sagemath.org/12673 for details.
>   __import__(module_name)
> [repl     ] Extension error:
> [repl     ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/repl
> [polynomia] Extension error:
> [polynomia] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/polynomial_rings
> /<<PKGBUILDDIR>>/sage/src/sage_docbuild/__init__.py:1022: FutureWarning: 
> EllipticCurveHom_composite is experimental code.
> See https://trac.sagemath.org/32744 for details.
>   __import__(module_name)
> [arithgrou] Extension error:
> [arithgrou] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/arithgroup
> [plot3d   ] Extension error:
> [plot3d   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/plot3d
> Warning: Missing title for sage.symbolic.series
> [misc     ] Extension error:
> [misc     ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/misc
> [manifolds] Extension error:
> [manifolds] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/manifolds
> [parallel ] Extension error:
> [parallel ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/parallel
> [graphs   ] Extension error:
> [graphs   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/graphs
> Warning: Missing title for sage.symbolic.constants_c
> [topology ] Extension error:
> [topology ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/topology
> [asymptoti] Extension error:
> [asymptoti] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/asymptotic
> [arithmeti] Extension error:
> [arithmeti] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/arithmetic_curves
> [coercion ] Extension error:
> [coercion ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/coercion
> [constants] Extension error:
> [constants] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/constants
> [categorie] Extension error:
> [categorie] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/categories
> [cpython  ] Extension error:
> [cpython  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/cpython
> [coding   ] Extension error:
> [coding   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/coding
> Warning: Missing title for sage.symbolic.getitem
> Warning: Missing title for sage.libs.pynac.pynac
> [cryptogra] Extension error:
> [cryptogra] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/cryptography
> [data_stru] Extension error:
> [data_stru] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/data_structures
> /<<PKGBUILDDIR>>/sage/src/sage_docbuild/__init__.py:1022: DeprecationWarning: 
> the package sage.finance is deprecated
> See https://trac.sagemath.org/32427 for details.
>   __import__(module_name)
> Warning: Missing title for sage.finance.time_series
> [calculus ] Extension error:
> [calculus ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/calculus
> [diophanti] Extension error:
> [diophanti] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/diophantine_approximation
> [curves   ] Extension error:
> [curves   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/curves
> [databases] Extension error:
> [databases] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/databases
> [doctest  ] Extension error:
> [doctest  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/doctest
> [discrete_] Extension error:
> [discrete_] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/discrete_geometry
> [finite_ri] Extension error:
> [finite_ri] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/finite_rings
> [functions] Extension error:
> [function_] Extension error:
> [function_] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> [functions] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/functions
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/function_fields
> [game_theo] Extension error:
> [game_theo] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/game_theory
> [finance  ] Extension error:
> [finance  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/finance
> [games    ] Extension error:
> [games    ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/games
> [hecke    ] Extension error:
> [hecke    ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/hecke
> [history_a] Extension error:
> [history_a] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/history_and_license
> [homology ] Extension error:
> [homology ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/homology
> [hyperboli] Extension error:
> [hyperboli] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/hyperbolic_geometry
> [euclidean] Extension error:
> [euclidean] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/euclidean_spaces
> [knots    ] Extension error:
> [knots    ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/knots
> [lfunction] Extension error:
> [lfunction] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/lfunctions
> [logic    ] Extension error:
> [logic    ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/logic
> [groups   ] Extension error:
> [groups   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/groups
> [modabvar ] Extension error:
> [modabvar ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/modabvar
> [matrices ] Extension error:
> [matrices ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/matrices
> // Giac share root-directory:/usr/share/giac/
> // Giac share root-directory:/usr/share/giac/
> Added 0 synonyms
> [modfrm   ] Extension error:
> [modfrm   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/modfrm
> /<<PKGBUILDDIR>>/sage/src/sage_docbuild/__init__.py:1022: DeprecationWarning: 
> the module sage.libs.ratpoints is deprecated; use pari.ellratpoints or 
> pari.hyperellratpoints instead
> See http://trac.sagemath.org/24531 for details.
>   __import__(module_name)
> [matroids ] Extension error:
> [matroids ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/matroids
> [libs     ] Extension error:
> [libs     ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/libs
> [modfrm_he] Extension error:
> [modfrm_he] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/modfrm_hecketriangle
> [modsym   ] Extension error:
> [modsym   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/modsym
> [modmisc  ] Extension error:
> [modmisc  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/modmisc
> [monoids  ] Extension error:
> [monoids  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/monoids
> [noncommut] Extension error:
> [noncommut] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/noncommutative_polynomial_rings
> [interface] Extension error:
> [interface] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/interfaces
> [modules  ] Extension error:
> [modules  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/modules
> [number_fi] Extension error:
> [number_fi] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/number_fields
> [numerical] Extension error:
> [numerical] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/numerical
> [padics   ] Extension error:
> [padics   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/padics
> [power_ser] Extension error:
> [power_ser] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/power_series
> [plotting ] Extension error:
> [plotting ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/plotting
> [probabili] Extension error:
> [probabili] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/probability
> [quadratic] Extension error:
> [quadratic] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/quadratic_forms
> [quasimodf] Extension error:
> [quasimodf] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/quasimodfrm
> [quat_alge] Extension error:
> [quat_alge] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/quat_algebras
> [quivers  ] Extension error:
> [quivers  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/quivers
> [riemannia] Extension error:
> [riemannia] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/riemannian_geometry
> [rings    ] Extension error:
> [rings    ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/rings
> [rings_num] Extension error:
> [rings_num] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/rings_numerical
> [rings_sta] Extension error:
> [rings_sta] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/rings_standard
> [sat      ] Extension error:
> [sat      ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/sat
> [semirings] Extension error:
> [semirings] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/semirings
> [schemes  ] Extension error:
> [schemes  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/schemes
> [sets     ] Extension error:
> [sets     ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/sets
> [structure] Extension error:
> [structure] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/structure
> [valuation] Extension error:
> [valuation] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/valuations
> [stats    ] Extension error:
> [stats    ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference/stats
> [reference] Extension error:
> [reference] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/inventory/en/reference
> Building reference manual, second pass.
> 
> [reference] Extension error:
> [reference] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/references
> [spkg     ] Extension error:
> [spkg     ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/spkg
> [tensor_fr] Extension error:
> [tensor_fr] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/tensor_free_modules
> [arithgrou] Extension error:
> [arithgrou] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/arithgroup
> [dynamics ] Extension error:
> [dynamics ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/dynamics
> /<<PKGBUILDDIR>>/sage/src/sage_docbuild/__init__.py:1022: DeprecationWarning: 
> the package sage.media is deprecated
> See http://trac.sagemath.org/12673 for details.
>   __import__(module_name)
> [polynomia] Extension error:
> [polynomia] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/polynomial_rings
> [repl     ] Extension error:
> [repl     ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/repl
> [plot3d   ] Extension error:
> [plot3d   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/plot3d
> [misc     ] Extension error:
> [misc     ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/misc
> [parallel ] Extension error:
> [parallel ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/parallel
> [graphs   ] Extension error:
> [graphs   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/graphs
> /<<PKGBUILDDIR>>/sage/src/sage_docbuild/__init__.py:1022: FutureWarning: 
> EllipticCurveHom_composite is experimental code.
> See https://trac.sagemath.org/32744 for details.
>   __import__(module_name)
> Warning: Missing title for sage.symbolic.series
> [algebras ] Extension error:
> [algebras ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/algebras
> [asymptoti] Extension error:
> [asymptoti] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/asymptotic
> [coercion ] Extension error:
> [coercion ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/coercion
> Warning: Missing title for sage.symbolic.constants_c
> [combinat ] Extension error:
> [combinat ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/combinat
> [constants] Extension error:
> [constants] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/constants
> [cpython  ] Extension error:
> [cpython  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/cpython
> [topology ] Extension error:
> [topology ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/topology
> [categorie] Extension error:
> [categorie] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/categories
> [data_stru] Extension error:
> [data_stru] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/data_structures
> [arithmeti] Extension error:
> [arithmeti] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/arithmetic_curves
> [diophanti] Extension error:
> [diophanti] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/diophantine_approximation
> [coding   ] Extension error:
> [coding   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/coding
> [cryptogra] Extension error:
> [cryptogra] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/cryptography
> /<<PKGBUILDDIR>>/sage/src/sage_docbuild/__init__.py:1022: DeprecationWarning: 
> the package sage.finance is deprecated
> See https://trac.sagemath.org/32427 for details.
>   __import__(module_name)
> Warning: Missing title for sage.finance.time_series
> [databases] Extension error:
> [databases] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/databases
> [discrete_] Extension error:
> [discrete_] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/discrete_geometry
> [manifolds] Extension error:
> [manifolds] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/manifolds
> [finite_ri] Extension error:
> [finite_ri] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/finite_rings
> [doctest  ] Extension error:
> [doctest  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/doctest
> [curves   ] Extension error:
> [curves   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/curves
> [function_] Extension error:
> [function_] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/function_fields
> [functions] Extension error:
> [functions] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/functions
> [game_theo] Extension error:
> Warning: Missing title for sage.symbolic.getitem
> [game_theo] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/game_theory
> Warning: Missing title for sage.libs.pynac.pynac
> [games    ] Extension error:
> [games    ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/games
> [calculus ] Extension error:
> [calculus ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/calculus
> [hecke    ] Extension error:
> [hecke    ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/hecke
> [homology ] Extension error:
> [homology ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/homology
> [hyperboli] Extension error:
> [finance  ] Extension error:
> [hyperboli] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> [finance  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/hyperbolic_geometry
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/finance
> [lfunction] Extension error:
> [lfunction] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/lfunctions
> [knots    ] Extension error:
> [knots    ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/knots
> [logic    ] Extension error:
> [logic    ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/logic
> [modabvar ] Extension error:
> [modabvar ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/modabvar
> [modfrm   ] Extension error:
> [modfrm   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/modfrm
> [modmisc  ] Extension error:
> [modmisc  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/modmisc
> [modsym   ] Extension error:
> [modsym   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/modsym
> [matrices ] Extension error:
> [matrices ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/matrices
> [modfrm_he] Extension error:
> [modfrm_he] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/modfrm_hecketriangle
> [monoids  ] Extension error:
> [monoids  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/monoids
> [noncommut] Extension error:
> [noncommut] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/noncommutative_polynomial_rings
> [matroids ] Extension error:
> [matroids ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/matroids
> [number_fi] Extension error:
> [number_fi] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/number_fields
> [padics   ] Extension error:
> [padics   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/padics
> [numerical] Extension error:
> [numerical] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/numerical
> [power_ser] Extension error:
> [power_ser] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/power_series
> [probabili] Extension error:
> [probabili] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/probability
> [euclidean] Extension error:
> [euclidean] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/euclidean_spaces
> [quadratic] Extension error:
> [quadratic] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/quadratic_forms
> [modules  ] Extension error:
> [modules  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/modules
> [quasimodf] Extension error:
> [quasimodf] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/quasimodfrm
> [quat_alge] Extension error:
> [quat_alge] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/quat_algebras
> [riemannia] Extension error:
> [riemannia] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/riemannian_geometry
> [quivers  ] Extension error:
> [quivers  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/quivers
> // Giac share root-directory:/usr/share/giac/
> // Giac share root-directory:/usr/share/giac/
> Added 0 synonyms
> [rings_sta] Extension error:
> [rings_sta] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/rings_standard
> [rings_num] Extension error:
> [rings_num] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/rings_numerical
> [rings    ] Extension error:
> [rings    ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/rings
> /<<PKGBUILDDIR>>/sage/src/sage_docbuild/__init__.py:1022: DeprecationWarning: 
> the module sage.libs.ratpoints is deprecated; use pari.ellratpoints or 
> pari.hyperellratpoints instead
> See http://trac.sagemath.org/24531 for details.
>   __import__(module_name)
> [sat      ] Extension error:
> [sat      ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/sat
> [plotting ] Extension error:
> [plotting ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/plotting
> [semirings] Extension error:
> [semirings] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/semirings
> [libs     ] Extension error:
> [libs     ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/libs
> [sets     ] Extension error:
> [sets     ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/sets
> [structure] Extension error:
> [structure] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/structure
> [valuation] Extension error:
> [valuation] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/valuations
> [history_a] Extension error:
> [history_a] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/history_and_license
> [groups   ] Extension error:
> [groups   ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/groups
> [schemes  ] Extension error:
> [schemes  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/schemes
> [stats    ] Extension error:
> [stats    ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/stats
> [interface] Extension error:
> [interface] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference/interfaces
> [reference] Extension error:
> [reference] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/reference
> 
> Building tr/a_tour_of_sage.
> 
> 
> Building ca/intro.
> 
> 
> Building it/a_tour_of_sage.
> 
> 
> Building it/faq.
> 
> [a_tour_of] Extension error:
> [a_tour_of] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/tr/a_tour_of_sage
> [intro    ] Extension error:
> [intro    ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/ca/intro
> 
> Building it/tutorial.
> 
> 
> Building en/thematic_tutorials.
> 
> [a_tour_of] Extension error:
> [a_tour_of] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/it/a_tour_of_sage
> 
> Building en/a_tour_of_sage.
> 
> [faq      ] Extension error:
> [faq      ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/it/faq
> 
> Building en/constructions.
> 
> [tutorial ] Extension error:
> [tutorial ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/it/tutorial
> [thematic_] Extension error:
> [thematic_] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/thematic_tutorials
> 
> Building en/prep.
> 
> 
> Building en/installation.
> 
> [a_tour_of] Extension error:
> [a_tour_of] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/a_tour_of_sage
> 
> Building en/developer.
> 
> [construct] Extension error:
> [construct] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/constructions
> [prep     ] Extension error:
> [prep     ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/prep
> 
> Building en/faq.
> 
> [installat] Extension error:
> [installat] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/installation
> 
> Building en/tutorial.
> 
> 
> Building en/website.
> 
> [developer] Extension error:
> [developer] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/developer
> 
> Building ru/tutorial.
> 
> [tutorial ] Extension error:
> [tutorial ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/tutorial
> [faq      ] Extension error:
> [faq      ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/faq
> 
> Building hu/a_tour_of_sage.
> 
> [website  ] Extension error:
> [website  ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/en/website
> 
> Building es/a_tour_of_sage.
> 
> 
> Building es/tutorial.
> 
> [tutorial ] Extension error:
> [tutorial ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/ru/tutorial
> [a_tour_of] Extension error:
> [a_tour_of] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/hu/a_tour_of_sage
> 
> Building fr/a_tour_of_sage.
> 
> [a_tour_of] Extension error:
> [a_tour_of] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/es/a_tour_of_sage
> 
> Building fr/tutorial.
> 
> 
> Building ja/a_tour_of_sage.
> 
> [tutorial ] Extension error:
> [tutorial ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/es/tutorial
> 
> Building ja/tutorial.
> 
> [a_tour_of] Extension error:
> [a_tour_of] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/fr/a_tour_of_sage
> 
> Building de/thematische_anleitungen.
> 
> [a_tour_of] Extension error:
> [a_tour_of] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/ja/a_tour_of_sage
> [tutorial ] Extension error:
> [tutorial ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/fr/tutorial
> 
> Building de/a_tour_of_sage.
> 
> 
> Building de/tutorial.
> 
> [tutorial ] Extension error:
> [tutorial ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/ja/tutorial
> 
> Building pt/a_tour_of_sage.
> 
> [a_tour_of] Extension error:
> [a_tour_of] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/de/a_tour_of_sage
> [thematisc] Extension error:
> [thematisc] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/de/thematische_anleitungen
> 
> Building pt/tutorial.
> 
> [tutorial ] Extension error:
> [tutorial ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/de/tutorial
> [a_tour_of] Extension error:
> [a_tour_of] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/pt/a_tour_of_sage
> [tutorial ] Extension error:
> [tutorial ] Could not import extension sage_docbuild.ext.sage_autodoc 
> (exception: cannot import name 'get_module_members' from 
> 'sphinx.ext.autodoc.importer' 
> (/usr/lib/python3/dist-packages/sphinx/ext/autodoc/importer.py))
> Build finished. The built documents can be found in 
> /<<PKGBUILDDIR>>/sage/src/doc/html/pt/tutorial
> Elapsed time: 10.8 seconds.
> Done building the documentation!
> mv sage/src/sage.bak sage/src/sage
> mkdir -p debian/tmp/usr/share/doc/sagemath
> mv sage/src/doc/html debian/tmp/usr/share/doc/sagemath/
> cd debian/tmp/usr/share/doc/sagemath/html && \
> for statdir in */*/_static; do ln -s /usr/share/javascript/mathjax 
> "$statdir"; done && \
> for statdir in */_static; do ln -s /usr/share/javascript/mathjax "$statdir"; 
> done
> ln: failed to create symbolic link '*/_static': No such file or directory
> make[3]: *** [debian/rules:88: override_dh_auto_build-indep] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/06/23/sagemath_9.5-4_unstable_sphinx-exp.log

Please see [1] for Sphinx changelog and [2] for Docutils changelog.

Also see [3] for the list of deprecated/removed APIs in Sphinx and possible
alternatives to them.

In case you have questions, please Cc sph...@packages.debian.org on reply.

[1]: https://www.sphinx-doc.org/en/master/changes.html
[2]: 
https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.18.1:/RELEASE-NOTES.txt
[3]: 
https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=sphinx5.0;users=mity...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx5.0&fusertaguser=mity...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

--- End Message ---
--- Begin Message ---
Source: sagemath
Source-Version: 9.5-5
Done: Tobias Hansen <than...@debian.org>

We believe that the bug you reported is fixed in the latest version of
sagemath, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1013...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Hansen <than...@debian.org> (supplier of updated sagemath package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 07 Feb 2023 07:40:09 +0000
Source: sagemath
Architecture: source
Version: 9.5-5
Distribution: unstable
Urgency: high
Maintainer: Debian Math Team <team+m...@tracker.debian.org>
Changed-By: Tobias Hansen <than...@debian.org>
Closes: 1013399 1020576 1022254 1022278 1025217 1025874 1028345 1028433
Changes:
 sagemath (9.5-5) unstable; urgency=high
 .
   * Rebuild against current dependencies
     (Closes: #1013399, #1020576, #1022254, #1022278,
              #1025217, #1025874, #1028345, #1028433)
   * New (Build-)Depends:
     - libgiac-dev >= 1.9.0.19+dfsg2-2
     - gap-dev (>= 4.12)
     - libgiac-dev (>= 1.9.0.35+dfsg2-1.1)
   * New patches:
     - u0-version-pari-2.15.patch                 #34537
     - u0-version-sphinx-4.4.patch                #33272
     - u0-version-sphinx-5.2.patch                #34615
     - u0-version-gap-4.12.patch                  #34391
     - u0-version-python-3.11.patch               #33842
     - u0-version-matplotlib-3.6.patch
     - u0-version-sympy-1.10.patch
     - u0-version-scipy-1.8.patch
     - u0-version-singular-4.3.1-p3.patch         #34851
     - dt-ignore-deprecation-warnings.patch
   * Allow up to 200 failed doctests.
Checksums-Sha1:
 eabfd6fa03440d59e2969625b739e3e0bd508ba6 5077 sagemath_9.5-5.dsc
 15c27b80e370645234acff2c205ab0e2a729ef7e 101624 sagemath_9.5-5.debian.tar.xz
 2b3b7ff9190f9e97a56fdb068ed2e03833074097 28891 sagemath_9.5-5_source.buildinfo
Checksums-Sha256:
 69cfe35f5b4e5ff82bad1f863afa3efb5a1c1d3dcf51b3dc93f5602900d7d6a0 5077 
sagemath_9.5-5.dsc
 e9573cce631a703a8bb06836c46c1db7a242a23c6b18bddb7505aa605e942782 101624 
sagemath_9.5-5.debian.tar.xz
 ef20e058cc5e48bb96beb1cc8bcee08d6922b0164538e52c9224a677a8fa2380 28891 
sagemath_9.5-5_source.buildinfo
Files:
 63a25edf966c6b592a8a490b71a8e061 5077 math optional sagemath_9.5-5.dsc
 d0ce1c0726cf5c003fe5cc8bac8a52de 101624 math optional 
sagemath_9.5-5.debian.tar.xz
 ffcb449f7a9f192280d098e6d0a8e518 28891 math optional 
sagemath_9.5-5_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoH46ol3M2u2mYo0kjIIWnY7OzSoFAmPiARUACgkQjIIWnY7O
zSrVRg//dzWv3nMAmYKIeF8J8V5224jSZ8O45aoR1JRYdbWD7T+gTslSYVIHPzNF
fFaZvFc7o6BtuSrs6V7ORwa9Z7XPZihMdsCMt+XqYXtFQl5G9/MsagzLLO/dhwjN
7325h7UYnhp7Qh+W96EQPHGxI3H1Sy7Sf1JBTryr9NS8t3+84pWK1DC1JpoNVVH/
4Xb1cvM/wzJhAN1mrUoJ1WaODGOICCHUEDwW7EeKG+YvzJl3CTg2mTtUho0q4DO2
eNhWL8go3cpcXxW0zanhf/CfwPVwPE9dbtyU6aBS5Z7f+BxI21bBf563dspSsqzH
tUOOwQBuijKw2Eq4gwYX5Q/KE+xRh5sJmEhAmz4agvcLKaKpd/bYUtZVeZtnn/S3
2j+pF04fNdp0tosKX4oY3nB2XvfziorlhEVtLUaaJ+Am5EFl97Lbg1NPRDwq12Ke
GDwDLeboCAC0VQ+Fgk1221T1xd/cA46jEC0y9ucF3m1OfBlJ/+qGZkz3vy+8l+tM
UYp/WgOOfaMevjTgLXD4xSR+EPD79EhIw+1wWK1Fn9CFLLeVRsx5V44DMfhEUB6t
tAPWw7lHal8C22qhNEOpBAs/Xbn5jWlraog2M+CrveBkBsayYuAXOTT2FecW/MTP
X/D/KgimGAsgeLM5sCqDuJTafVUy/4LxLAiUBfz0meuMGdD9tDA=
=k7Mm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to