Read the Docs build information Build id: 2058326 Project: canonical-ubuntu-wsl Version: latest Commit: 4788e44678c9631db5feb203748a2c9b57de227a Date: 2024-03-04T14:49:31.335868Z State: finished Success: False [rtd-command-info] start-time: 2024-03-04T14:49:32.678446Z, end-time: 2024-03-04T14:49:33.884157Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/ubuntu/WSL . Cloning into '.'... [rtd-command-info] start-time: 2024-03-04T14:49:33.958719Z, end-time: 2024-03-04T14:49:35.275053Z, 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-03-04T14:49:35.446955Z, end-time: 2024-03-04T14:49:35.602352Z, 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 4788e44 Fix python script in interop.md, fixes #443 (#444) [rtd-command-info] start-time: 2024-03-04T14:49:35.696724Z, end-time: 2024-03-04T14:49:35.759971Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-03-04T14:49:35.829790Z, end-time: 2024-03-04T14:49:35.888847Z, 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" # 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