Skip to content

logs out of order #2156

Open
Open
@da5nsy

Description

@da5nsy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions