Read the Docs build information Build id: 4132339 Project: flexcompute-flow360documentation Version: stable Commit: None Date: 2026-06-22T14:25:47.350404Z State: finished Success: False [rtd-command-info] start-time: 2026-06-22T14:26:10.354713Z, end-time: 2026-06-22T14:26:16.256256Z, 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-22T14:26:16.341915Z, end-time: 2026-06-22T14:26:17.498431Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 5075b11217b6ae5de0102c7c3622d289ebae9a48 From https://github.com/flexcompute/Flow360Documentation * branch 5075b11217b6ae5de0102c7c3622d289ebae9a48 -> FETCH_HEAD [rtd-command-info] start-time: 2026-06-22T14:26:18.463504Z, end-time: 2026-06-22T14:26:18.893389Z, duration: 0, exit-code: 0 git checkout --force 5075b11217b6ae5de0102c7c3622d289ebae9a48 Note: switching to '5075b11217b6ae5de0102c7c3622d289ebae9a48'. 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 5075b11 [FXC-5433] Add warm-started sweep example (#612) (#614) [rtd-command-info] start-time: 2026-06-22T14:26:18.970975Z, end-time: 2026-06-22T14:26:19.009663Z, 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