Read the Docs build information Build id: 4118377 Project: flexcompute-flow360documentation Version: 641 Commit: 64016553a4426f4da727125338e1dcbdfb676fa8 Date: 2026-06-17T15:49:55.224454Z State: finished Success: False [rtd-command-info] start-time: 2026-06-17T15:50:17.244693Z, end-time: 2026-06-17T15:50:25.530413Z, 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-17T15:50:25.617547Z, end-time: 2026-06-17T15:50:26.802610Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/641/head:external-641 From https://github.com/flexcompute/Flow360Documentation * [new ref] refs/pull/641/head -> external-641 [rtd-command-info] start-time: 2026-06-17T15:50:27.731796Z, end-time: 2026-06-17T15:50:28.589845Z, duration: 0, exit-code: 0 git checkout --force 64016553a4426f4da727125338e1dcbdfb676fa8 Note: switching to '64016553a4426f4da727125338e1dcbdfb676fa8'. 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 6401655 Merge branch 'master' into flow360-documentation/FXC-6265_porous-media-formulation [rtd-command-info] start-time: 2026-06-17T15:50:28.680506Z, end-time: 2026-06-17T15:50:28.724827Z, 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