Read the Docs build information Build id: 3954496 Project: jij-inc-ommx Version: 832 Commit: bd8bcaa82eadd89ca5211fce080ffc163bc449ea Date: 2026-04-23T09:20:23.904777Z State: cancelled Success: False [rtd-command-info] start-time: 2026-04-23T09:25:51.648403Z, end-time: 2026-04-23T09:25:52.369317Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/Jij-Inc/ommx.git . Cloning into '.'... [rtd-command-info] start-time: 2026-04-23T09:25:52.462766Z, end-time: 2026-04-23T09:25:53.746686Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/832/head:external-832 From https://github.com/Jij-Inc/ommx * [new ref] refs/pull/832/head -> external-832 * [new tag] python-3.0.0a1 -> python-3.0.0a1 * [new tag] python-3.0.0a2 -> python-3.0.0a2 [rtd-command-info] start-time: 2026-04-23T09:25:54.541549Z, end-time: 2026-04-23T09:25:54.627091Z, duration: 0, exit-code: 0 git checkout --force bd8bcaa82eadd89ca5211fce080ffc163bc449ea Note: switching to 'bd8bcaa82eadd89ca5211fce080ffc163bc449ea'. 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 bd8bcaa Migrate Evaluate and Propagate traits to ommx::Result [rtd-command-info] start-time: 2026-04-23T09:25:54.715042Z, end-time: 2026-04-23T09:25:54.753960Z, duration: 0, exit-code: 0 cat docs/en/.readthedocs.yaml # .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 sphinx: configuration: docs/en/conf.py build: os: ubuntu-24.04 tools: python: "3.12" jobs: pre_create_environment: - asdf plugin add uv - asdf install uv latest - asdf global uv latest create_environment: - uv venv "${READTHEDOCS_VIRTUALENV_PATH}" install: - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --only-group docs