Read the Docs build information Build id: 3706022 Project: canonical-starflow Version: latest Commit: 94bccf2ce6c8657520bb639fdd04b3a33222047d Date: 2026-01-29T21:08:37.203182Z State: cancelled Success: False [rtd-command-info] start-time: 2026-01-29T21:08:38.064695Z, end-time: 2026-01-29T21:08:38.745219Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/canonical/starflow . Cloning into '.'... [rtd-command-info] start-time: 2026-01-29T21:08:38.820715Z, end-time: 2026-01-29T21:08:39.538542Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main [rtd-command-info] start-time: 2026-01-29T21:08:40.341978Z, end-time: 2026-01-29T21:08:40.389488Z, 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 94bccf2 build(deps): bump filelock from 3.20.0 to 3.20.3 (#107) [rtd-command-info] start-time: 2026-01-29T21:08:40.468895Z, end-time: 2026-01-29T21:08:40.508906Z, duration: 0, exit-code: 0 cat .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 # Build documentation in the docs/ directory with Sphinx sphinx: builder: dirhtml configuration: docs/conf.py fail_on_warning: true # Optionally build your docs in additional formats such as PDF # formats: # - pdf # - epub build: os: ubuntu-24.04 tools: python: "3.12" jobs: #post_checkout: # - git fetch --tags --unshallow # Also fetch tags # - git describe # Make sure we get a proper version post_system_dependencies: - asdf plugin add uv - asdf install uv latest - asdf global uv latest create_environment: - uv venv "${READTHEDOCS_VIRTUALENV_PATH}" install: - make setup-docs UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" build: html: - make docs UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" DOCS_OUTPUT="$READTHEDOCS_OUTPUT/html/" [rtd-command-info] start-time: 2026-01-29T21:08:41.481943Z, end-time: 2026-01-29T21:08:43.150947Z, duration: 1, exit-code: 0 asdf plugin add uv updating plugin repository...From https://github.com/asdf-vm/asdf-plugins 8e311ee..c0369a1 master -> origin/master * [new branch] dependabot/github_actions/actions/checkout-6 -> origin/dependabot/github_actions/actions/checkout-6 * [new branch] dependabot/github_actions/amannn/action-semantic-pull-request-6.1.1 -> origin/dependabot/github_actions/amannn/action-semantic-pull-request-6.1.1 * [new branch] dependabot/github_actions/asdf-vm/actions-4 -> origin/dependabot/github_actions/asdf-vm/actions-4 HEAD is now at c0369a1 feat: add yasm plugin (#1087) [rtd-command-info] start-time: 2026-01-29T21:08:43.237851Z, end-time: 2026-01-29T21:08:44.303769Z, duration: 1, exit-code: 0 asdf install uv latest redirect url: https://github.com/astral-sh/uv/releases/tag/0.9.28 * Downloading uv release 0.9.28... uv 0.9.28 installation was successful! [rtd-command-info] start-time: 2026-01-29T21:08:44.416546Z, end-time: 2026-01-29T21:08:44.544382Z, duration: 0, exit-code: 0 asdf global uv latest redirect url: https://github.com/astral-sh/uv/releases/tag/0.9.28 [rtd-command-info] start-time: 2026-01-29T21:08:49.570121Z, end-time: 2026-01-29T21:08:49.633792Z, duration: 0, exit-code: 0 asdf global python 3.12.10 [rtd-command-info] start-time: 2026-01-29T21:08:50.089120Z, end-time: 2026-01-29T21:08:50.429527Z, duration: 0, exit-code: 0 uv venv "${READTHEDOCS_VIRTUALENV_PATH}" Using CPython 3.12.10 interpreter at: /home/docs/.asdf/installs/python/3.12.10/bin/python3 Creating virtual environment at: /home/docs/checkouts/readthedocs.org/user_builds/canonical-starflow/envs/latest [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None make setup-docs UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}"