Read the Docs build information Build id: 2319970 Project: foglamp-foglamp-documentation Version: v2.5.0 Commit: 24b3b8e1f4d0345dfeebc73d0ece5e5b5164ce1a Date: 2024-07-01T10:20:25.205957Z State: cancelled Success: False [rtd-command-info] start-time: 2024-07-01T10:20:26.355035Z, end-time: 2024-07-01T10:20:28.373648Z, duration: 2, exit-code: 0 git clone --depth 1 git@github.com:dianomic/foglamp-documentation.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-07-01T10:20:28.437592Z, end-time: 2024-07-01T10:20:31.542078Z, duration: 3, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/tags/v2.5.0:refs/tags/v2.5.0 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:dianomic/foglamp-documentation * [new tag] v2.5.0 -> v2.5.0 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. * [new tag] v1.8.0 -> v1.8.0 * [new tag] v1.8.1 -> v1.8.1 * [new tag] v1.8.2 -> v1.8.2 * [new tag] v1.9.0 -> v1.9.0 * [new tag] v1.9.1 -> v1.9.1 * [new tag] v1.9.2 -> v1.9.2 * [new tag] v2.0.0 -> v2.0.0 * [new tag] v2.0.0rc1 -> v2.0.0rc1 * [new tag] v2.0.1 -> v2.0.1 * [new tag] v2.1.0 -> v2.1.0 * [new tag] v2.2.0 -> v2.2.0 * [new tag] v2.3.0 -> v2.3.0 * [new tag] v2.4.0 -> v2.4.0 [rtd-command-info] start-time: 2024-07-01T10:20:31.668656Z, end-time: 2024-07-01T10:20:31.855757Z, duration: 0, exit-code: 0 git checkout --force 24b3b8e1f4d0345dfeebc73d0ece5e5b5164ce1a Note: switching to '24b3b8e1f4d0345dfeebc73d0ece5e5b5164ce1a'. 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 24b3b8e Merge pull request #128 from dianomic/2.5.0RC [rtd-command-info] start-time: 2024-07-01T10:20:31.923788Z, end-time: 2024-07-01T10:20:31.986596Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Read the Docs configuration file for Sphinx projects # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the OS, Python version and other tools you might need build: os: ubuntu-20.04 tools: python: "3.8" # You can also specify other tool versions: # nodejs: "20" # rust: "1.70" # golang: "1.20" # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs # builder: "dirhtml" # Fail on all warnings to avoid broken references # fail_on_warning: true # Optionally build your docs in additional formats such as PDF and ePub # formats: # - pdf # - epub # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - requirements: docs/requirements.txt