Read the Docs build information Build id: 2429967 Project: canonical-ubuntu-wsl Version: latest Commit: bf3009fbc82934bc5c628bb99a7279aed3539bb8 Date: 2024-08-21T08:57:18.141878Z State: cancelled Success: False [rtd-command-info] start-time: 2024-08-21T08:57:19.539472Z, end-time: 2024-08-21T08:57:20.397540Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/ubuntu/WSL . Cloning into '.'... [rtd-command-info] start-time: 2024-08-21T08:57:20.466631Z, end-time: 2024-08-21T08:57:21.504177Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/tags/latest:refs/tags/latest From https://github.com/ubuntu/WSL * [new tag] latest -> latest * [new tag] Ubuntu22.04LTS/2204.1.22 -> Ubuntu22.04LTS/2204.1.22 * [new tag] Ubuntu22.04LTS/2204.0.10 -> Ubuntu22.04LTS/2204.0.10 [rtd-command-info] start-time: 2024-08-21T08:57:21.627136Z, end-time: 2024-08-21T08:57:21.783990Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. 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 bf3009f docs: Add alt text for images (#490) [rtd-command-info] start-time: 2024-08-21T08:57:21.852626Z, end-time: 2024-08-21T08:57:21.914053Z, duration: 0, exit-code: 0 cat docs/.readthedocs.yaml # .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: python: "3.11" jobs: pre_install: - python3 docs/.sphinx/build_requirements.py - git fetch --unshallow || true # Build documentation in the docs/ directory with Sphinx sphinx: builder: dirhtml configuration: docs/conf.py fail_on_warning: true # If using Sphinx, optionally build your docs in additional formats such as PDF formats: - pdf # Optionally declare the Python requirements required to build your docs python: install: - requirements: docs/.sphinx/requirements.txt