Read the Docs build information Build id: 4126386 Project: flexcompute-flow360documentation Version: 673 Commit: bb899c2ce576bf88fb4da72b1998390819be61c0 Date: 2026-06-19T11:38:54.714727Z State: finished Success: False [rtd-command-info] start-time: 2026-06-19T11:39:31.640130Z, end-time: 2026-06-19T11:39:37.487881Z, duration: 5, exit-code: 0 git clone --depth 1 https://$READTHEDOCS_GIT_CLONE_TOKEN@github.com/flexcompute/Flow360Documentation.git . Cloning into '.'... [rtd-command-info] start-time: 2026-06-19T11:39:37.572761Z, end-time: 2026-06-19T11:39:39.472664Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/673/head:external-673 From https://github.com/flexcompute/Flow360Documentation * [new ref] refs/pull/673/head -> external-673 * [new tag] v25.8.0 -> v25.8.0 * [new tag] v25.8.1 -> v25.8.1 * [new tag] v25.8.2 -> v25.8.2 * [new tag] v25.8.3 -> v25.8.3 * [new tag] v25.8.4 -> v25.8.4 * [new tag] v25.8.5 -> v25.8.5 * [new tag] v25.8.6 -> v25.8.6 * [new tag] v25.8.7 -> v25.8.7 [rtd-command-info] start-time: 2026-06-19T11:39:40.440415Z, end-time: 2026-06-19T11:39:41.219268Z, duration: 0, exit-code: 0 git checkout --force bb899c2ce576bf88fb4da72b1998390819be61c0 Note: switching to 'bb899c2ce576bf88fb4da72b1998390819be61c0'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at bb899c2 E2E: add example-notebook workflow to release-candidate/25.8 [rtd-command-info] start-time: 2026-06-19T11:39:41.315362Z, end-time: 2026-06-19T11:39:41.356132Z, duration: 0, exit-code: 0 cat .readthedocs.yaml version: 2 submodules: include: - Flow360 recursive: false build: os: "ubuntu-20.04" apt_packages: - texlive-latex-extra - cairosvg - python3-dev - libffi-dev - fonts-freefont-otf tools: python: "3.10" sphinx: fail_on_warning: false configuration: docs/source/conf.py python: # Install our python package before building the docs install: - method: pip path: Flow360/ extra_requirements: - docs