Read the Docs build information Build id: 2127883 Project: tiledb-inc-tiledb Version: 4843 Commit: c0e8877b361086f03f51e34c297a460850bb259a Date: 2024-04-03T11:57:02.588360Z State: cancelled Success: False [rtd-command-info] start-time: 2024-04-03T11:57:03.670060Z, end-time: 2024-04-03T11:57:05.758178Z, duration: 2, exit-code: 0 git clone --depth 1 https://github.com/TileDB-Inc/TileDB.git . Cloning into '.'... [rtd-command-info] start-time: 2024-04-03T11:57:05.827399Z, end-time: 2024-04-03T11:57:07.038044Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/4843/head:external-4843 From https://github.com/TileDB-Inc/TileDB * [new ref] refs/pull/4843/head -> external-4843 [rtd-command-info] start-time: 2024-04-03T11:57:07.166832Z, end-time: 2024-04-03T11:57:07.423152Z, duration: 0, exit-code: 0 git checkout --force c0e8877b361086f03f51e34c297a460850bb259a Note: switching to 'c0e8877b361086f03f51e34c297a460850bb259a'. 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 c0e8877 Update test/CMakeLists.txt [rtd-command-info] start-time: 2024-04-03T11:57:07.485060Z, end-time: 2024-04-03T11:57:07.546592Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-04-03T11:57:07.611706Z, end-time: 2024-04-03T11:57:07.672913Z, duration: 0, exit-code: 0 cat .readthedocs.yml # Don't build any extra formats formats: [] # Use RTD config version 2 # https://docs.readthedocs.io/en/stable/config-file/v2.html version: 2 sphinx: configuration: tiledb/doxygen/source/conf.py build: os: "ubuntu-22.04" tools: python: "3.8" python: install: # this order is important: we need cmake to build doxygen XML for breathe - requirements: tiledb/doxygen/source/requirements.txt