Read the Docs build information Build id: 3721359 Project: flexcompute-flow360documentation Version: stable Commit: b7713c1a5dd62b0641b40343cf519029de78b318 Date: 2026-02-04T14:05:46.841673Z State: cancelled Success: False [rtd-command-info] start-time: 2026-02-04T14:05:47.805115Z, end-time: 2026-02-04T14:05:57.813984Z, duration: 10, exit-code: 0 git clone --depth 1 git@github.com:flexcompute-readthedocs/Flow360Documentation.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2026-02-04T14:05:57.894151Z, end-time: 2026-02-04T14:06:00.642632Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 b7713c1a5dd62b0641b40343cf519029de78b318 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:flexcompute-readthedocs/Flow360Documentation * branch b7713c1a5dd62b0641b40343cf519029de78b318 -> FETCH_HEAD [rtd-command-info] start-time: 2026-02-04T14:06:01.781799Z, end-time: 2026-02-04T14:06:02.693493Z, duration: 0, exit-code: 0 git checkout --force b7713c1a5dd62b0641b40343cf519029de78b318 Note: switching to 'b7713c1a5dd62b0641b40343cf519029de78b318'. 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 b7713c1 [FXC-4941] Render Output (#484) [rtd-command-info] start-time: 2026-02-04T14:06:02.873036Z, end-time: 2026-02-04T14:06:02.909630Z, 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 [rtd-command-info] start-time: 2026-02-04T14:06:03.050260Z, end-time: 2026-02-04T14:06:03.111921Z, duration: 0, exit-code: 0 git submodule sync [rtd-command-info] start-time: 2026-02-04T14:06:03.204660Z, end-time: 2026-02-04T14:06:07.548165Z, duration: 4, exit-code: 0 git submodule update --init --force -- Flow360 Submodule 'Flow360' (git@github.com:flexcompute/Flow360.git) registered for path 'Flow360' Cloning into '/home/docs/checkouts/readthedocs.org/user_builds/flexcompute-flow360documentation/checkouts/stable/Flow360'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. Submodule path 'Flow360': checked out 'c3e9976c32baf7e51bf5264a678d463fc93baa0f' [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None apt-get update --assume-yes --quiet