Read the Docs build information Build id: 3813255 Project: canonical-openstack Version: latest Commit: aa455a656c0f0a2699687e84797bb0882275b73d Date: 2026-03-09T14:41:36.668850Z State: cancelled Success: False [rtd-command-info] start-time: 2026-03-09T14:41:37.448265Z, end-time: 2026-03-09T14:41:41.396572Z, duration: 3, exit-code: 0 git clone --depth 1 https://github.com/canonical/canonical-openstack-docs.git . Cloning into '.'... [rtd-command-info] start-time: 2026-03-09T14:41:41.484970Z, end-time: 2026-03-09T14:41:42.235422Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 [rtd-command-info] start-time: 2026-03-09T14:41:43.136504Z, end-time: 2026-03-09T14:41:43.171036Z, 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 # Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: python: "3.11" jobs: pre_install: - python3 .sphinx/build_requirements.py - git fetch --unshallow || true # Build documentation in the docs/ directory with Sphinx sphinx: builder: dirhtml configuration: 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: .sphinx/requirements.txt [rtd-command-info] start-time: 2026-03-09T14:41:47.221859Z, end-time: 2026-03-09T14:41:47.279976Z, duration: 0, exit-code: 0 asdf global python 3.11.12 [rtd-command-info] start-time: 2026-03-09T14:41:47.640153Z, end-time: 2026-03-09T14:41:48.122622Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.12.final.0-64 in 279ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/canonical-openstack/envs/latest, 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: 2026-03-09T14:41:48.207987Z, end-time: 2026-03-09T14:41:48.286002Z, duration: 0, exit-code: 0 python3 .sphinx/build_requirements.py [rtd-command-info] start-time: 2026-03-09T14:41:48.378494Z, end-time: 2026-03-09T14:41:48.985899Z, duration: 0, exit-code: 0 git fetch --unshallow || true [rtd-command-info] start-time: 2026-03-09T14:41:49.071990Z, end-time: 2026-03-09T14:41:52.688755Z, duration: 3, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/canonical-openstack/envs/latest/lib/python3.11/site-packages (23.1) Collecting pip Downloading pip-26.0.1-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 5.6 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/canonical-openstack/envs/latest/lib/python3.11/site-packages (67.6.1) Collecting setuptools Downloading setuptools-82.0.1-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 12.2 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-26.0.1 setuptools-82.0.1 [rtd-command-info] start-time: None, end-time: None, duration: None, exit-code: None python -m pip install --upgrade --no-cache-dir sphinx