Read the Docs build information Build id: 1948623 Project: tiledb-inc-tiledb Version: latest Commit: 7902e8b16c78aaec38f0a67dd79d9baba9fcfe09 Date: 2024-01-13T04:22:47.358052Z State: finished Success: False [rtd-command-info] start-time: 2024-01-13T04:22:54.701657Z, end-time: 2024-01-13T04:23:01.421393Z, duration: 6, exit-code: 0 git clone --depth 1 https://github.com/TileDB-Inc/TileDB.git . Cloning into '.'... [rtd-command-info] start-time: 2024-01-13T04:23:01.510482Z, end-time: 2024-01-13T04:23:02.506737Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/dev:refs/remotes/origin/dev [rtd-command-info] start-time: 2024-01-13T04:23:02.638260Z, end-time: 2024-01-13T04:23:02.890965Z, duration: 0, exit-code: 0 git checkout --force origin/dev Note: switching to 'origin/dev'. 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 7902e8b Don't reallocate buffers in fragment consolidation (#4614) [rtd-command-info] start-time: 2024-01-13T04:23:02.978630Z, end-time: 2024-01-13T04:23:03.046752Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-01-13T04:23:03.196595Z, end-time: 2024-01-13T04:23:03.327445Z, 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