Am Mittwoch, 22. Januar 2020 19:04:06 UTC+1 schrieb Steven Trogdon: > > Your build may be picking up on the wrong version of pygments. Vanilla > Sage uses pygments-2.3.1.p0. > > ./sage -f pygments > > may fix the issue. On my sage-on-gentoo build, which uses a system > pygments, I see the same lex literal_block as "python" Warning with > pygments-2.5.2. But pygments-2.4.2 is fine. >
I have fixed the pygments issue for nix here: https://github.com/NixOS/nixpkgs/pull/78348 Only the sphinx patch is strictly necessary to fix the docbuild. Since it doesn't look like sphinx has a python2 maintenance branch, you'll have to patch it if you want this fixed. -- 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/4a79d191-9260-4c3d-b9c8-194143d5a22e%40googlegroups.com.
