Read the Docs build information Build id: 4126615 Project: flexcompute-flow360documentation Version: 678 Commit: 1de5f8d7f48bad69864839d3728450720ae4315a Date: 2026-06-19T12:59:40.928843Z State: finished Success: False [rtd-command-info] start-time: 2026-06-19T12:59:43.398432Z, end-time: 2026-06-19T12:59:51.790422Z, duration: 8, 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-19T12:59:51.873520Z, end-time: 2026-06-19T12:59:53.659467Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/678/head:external-678 From https://github.com/flexcompute/Flow360Documentation * [new ref] refs/pull/678/head -> external-678 * [new tag] v25.9.0 -> v25.9.0 * [new tag] v25.9.1 -> v25.9.1 * [new tag] v25.9.2 -> v25.9.2 * [new tag] v25.9.3 -> v25.9.3 [rtd-command-info] start-time: 2026-06-19T12:59:54.754001Z, end-time: 2026-06-19T12:59:55.954987Z, duration: 1, exit-code: 0 git checkout --force 1de5f8d7f48bad69864839d3728450720ae4315a Note: switching to '1de5f8d7f48bad69864839d3728450720ae4315a'. 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 1de5f8d E2E: add example-notebook workflow to release-candidate/25.8 (#673) [rtd-command-info] start-time: 2026-06-19T12:59:56.031990Z, end-time: 2026-06-19T12:59:56.074541Z, 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