We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1807446 commit f4aaa81Copy full SHA for f4aaa81
README.md
@@ -378,7 +378,6 @@ SAGE_ROOT Root directory (sage-x.y.z in Sage tarball)
378
│ ├── lib/sage List of installed packages
379
│ └── tmp/sage Temporary files when building Sage
380
├── logs
381
-│ ├── dochtml.log Log of the documentation build
382
│ ├── install.log Full install log
383
│ └── pkgs Build logs of individual packages
384
│ ├── alabaster-0.7.12.log
build/make/install
@@ -107,7 +107,6 @@ during this run of 'make $@'):
107
EOF
108
109
look_for_errors "$SAGE_LOGS/*.log" 20 "^Error" package >&2
110
- look_for_errors "$SAGE_LOGS/../doc*.log" 100 "^Error" documentation >&2
111
112
cat >&2 <<EOF
113
0 commit comments