Open
Description
Description
Logs are out of order, which make debugging tricky.
e.g. search log2.txt for https://www.turing.ac.uk/research/impact-stories/changing-culture-data-science
Note that the link check occurs on lines 4434-6, whereas To suppress this message, add rule: "link-resolves" with key: "https://www.turing.ac.uk/research/impact-stories/changing-culture-data-science" to "error_rules" in your project config
doesn't appear until 4945.
Proposed solution
Reproduce
On the-turing-way/the-turing-way@9df0568
python3 -m venv ./venv
source ./venv/bin/activate
cd book
make deps
cd website
jupyter-book build --html --strict --debug > log2.txt
produces log2.txt.