Is anyone else seeing docbuilding issues? I am getting [sagemath_doc_html-none] __import__(module_name) [sagemath_doc_html-none] ModuleNotFoundError: No module named 'sage.combinat.nu_dyck_word'
which is resulting the doc not building for me via "make". I have also run "make doc-clean" and tried again with the same result. I think I have also seen this on some patchbots. Best, Travis On Thursday, June 23, 2022 at 9:42:17 PM UTC+9 Sébastien Labbé wrote: > On Ubuntu 18.04, I get > > Git branch: develop > Git ref: 9.7.beta3 > Running with SAGE_LOCAL='/home/slabbe/GitBox/sage/local' and > SAGE_VENV='/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.10.3' > Using --optional=build,debian,external,pip,sage,sage_spkg > Features to be detected: > 4ti2,benzene,bliss,buckygen,conway_polynomials,cplex,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_jones_numfield,database_knotinfo,dvipng,ffmpeg,gfan,graphviz,gurobi,imagemagick,internet,jupymake,kenzo,latex,latex_package_tkz_graph,latte_int,lrslib,lualatex,macaulay2,magma,maple,mathematica,matlab,mcqd,meataxe,msolve,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scilab,sphinx,tdlib,xelatex > [...] > ---------------------------------------------------------------------- > sage -t --long --random-seed=318445589992254347490400084771415258661 > src/sage/tests/cmdline.py # 1 doctest failed > sage -t --long --random-seed=318445589992254347490400084771415258661 > src/sage/interfaces/expect.py # 2 doctests failed > sage -t --long --random-seed=318445589992254347490400084771415258661 > src/sage/modular/overconvergent/hecke_series.py # Timed out > ---------------------------------------------------------------------- > Features detected for doctesting: > dvipng,ffmpeg,gfan,graphviz,imagemagick,internet,latex,latex_package_tkz_graph,lualatex,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sagemath_doc_html,sphinx,xelatex > > Running failed tests again, I get: > > ---------------------------------------------------------------------- > sage -t --long --random-seed=186459753638648857576217773064220380389 > src/sage/tests/cmdline.py # 1 doctest failed > sage -t --long --random-seed=186459753638648857576217773064220380389 > src/sage/modular/overconvergent/hecke_series.py # Timed out > ---------------------------------------------------------------------- > Features detected for doctesting: internet,pandoc > > The issue with cmdline.py is the same as before : > https://trac.sagemath.org/ticket/25536 > > I don't know where are the other usual failures gone? Maybe this is > because I restarted my git tree from scratch this morning after reviewing > https://trac.sagemath.org/ticket/33409 when I realised that make > micro_release also erases the .git folder. > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/473bd3ac-82f0-4de8-af46-02365c6c455dn%40googlegroups.com.
