Read the Docs build information Build id: 3302695 Project: eunomatix-watchdog Version: v3.0.5 Commit: 05f33c932ef023222f827d6ed17267602f5a7c1a Date: 2025-08-24T17:03:50.632544Z State: cancelled Success: False [rtd-command-info] start-time: 2025-08-24T17:03:51.558858Z, end-time: 2025-08-24T17:03:53.851989Z, duration: 2, exit-code: 0 git clone --depth 1 git@github.com:eunomatix/watchdog.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2025-08-24T17:03:53.936365Z, end-time: 2025-08-24T17:03:56.211486Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/release-v3.0.5:refs/remotes/origin/release-v3.0.5 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:eunomatix/watchdog * [new branch] release-v3.0.5 -> origin/release-v3.0.5 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. * [new tag] v1.0.0 -> v1.0.0 * [new tag] v1.0.4 -> v1.0.4 * [new tag] v1.0.4-CentOS -> v1.0.4-CentOS * [new tag] v1.1.0 -> v1.1.0 * [new tag] v1.1.0-CentOS -> v1.1.0-CentOS * [new tag] v2.0.1 -> v2.0.1 * [new tag] v3.0.0 -> v3.0.0 * [new tag] v3.0.4 -> v3.0.4 * [new tag] v3.0.5 -> v3.0.5 [rtd-command-info] start-time: 2025-08-24T17:03:57.148237Z, end-time: 2025-08-24T17:03:57.333396Z, duration: 0, exit-code: 0 git checkout --force origin/release-v3.0.5 Note: switching to 'origin/release-v3.0.5'. 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 05f33c9 Version v3.0.5 [rtd-command-info] start-time: 2025-08-24T17:03:57.424833Z, end-time: 2025-08-24T17:03:57.460783Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Read the Docs configuration file for MkDocs projects # 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.12" mkdocs: configuration: mkdocs.yml # Optionally declare the Python requirements required to build your docs python: install: - requirements: docs/requirements.txt [rtd-command-info] start-time: 2025-08-24T17:04:02.602679Z, end-time: 2025-08-24T17:04:02.657702Z, duration: 0, exit-code: 0 asdf global python 3.12.10 [rtd-command-info] start-time: 2025-08-24T17:04:03.059964Z, end-time: 2025-08-24T17:04:03.829249Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.12.10.final.0-64 in 492ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/eunomatix-watchdog/envs/release-v3.0.5, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None python -m pip install --upgrade --no-cache-dir pip setuptools