Read the Docs build information Build id: 1644732 Project: ez-systems-developer-documentation Version: 3.3 Commit: c1ce8a607b75ce9f05dfaed6398c3b23a6370a01 Date: 2023-08-07T10:47:38.485312Z State: cancelled Success: False [rtd-command-info] start-time: 2023-08-07T10:53:23.926558Z, end-time: 2023-08-07T10:53:26.934398Z, duration: 3, exit-code: 0 git clone --depth 1 https://github.com/ezsystems/developer-documentation.git . Cloning into '.'... [rtd-command-info] start-time: 2023-08-07T10:53:27.183449Z, end-time: 2023-08-07T10:53:28.783589Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/3.3:refs/remotes/origin/3.3 From https://github.com/ezsystems/developer-documentation * [new branch] 3.3 -> origin/3.3 [rtd-command-info] start-time: 2023-08-07T10:53:29.046524Z, end-time: 2023-08-07T10:53:29.542011Z, duration: 0, exit-code: 0 git checkout --force origin/3.3 Note: switching to 'origin/3.3'. 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 c1ce8a6 IBX-6264: Clarify what hidden state is (#2091) [rtd-command-info] start-time: 2023-08-07T10:53:29.837204Z, end-time: 2023-08-07T10:53:29.924205Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-08-07T10:53:30.170295Z, end-time: 2023-08-07T10:53:30.251189Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 mkdocs: configuration: mkdocs.yml fail_on_warning: true build: os: ubuntu-20.04 tools: python: "3.11" python: install: - requirements: pip_require.txt - requirements: requirements.txt [rtd-command-info] start-time: 2023-08-07T10:53:37.963834Z, end-time: 2023-08-07T10:53:38.059586Z, duration: 0, exit-code: 0 asdf global python 3.11.4 [rtd-command-info] start-time: 2023-08-07T10:53:38.928717Z, end-time: 2023-08-07T10:53:39.946038Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.4.final.0-64 in 625ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-developer-documentation/envs/3.3, 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==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-08-07T10:53:40.193164Z, end-time: 2023-08-07T10:53:53.110970Z, duration: 12, 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/ez-systems-developer-documentation/envs/3.3/lib/python3.11/site-packages (21.2.3) Collecting pip Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-developer-documentation/envs/3.3/lib/python3.11/site-packages (57.4.0) Collecting setuptools Downloading setuptools-68.0.0-py3-none-any.whl (804 kB) Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 57.4.0 Uninstalling setuptools-57.4.0: Successfully uninstalled setuptools-57.4.0 Attempting uninstall: pip Found existing installation: pip 21.2.3 Uninstalling pip-21.2.3: Successfully uninstalled pip-21.2.3 Successfully installed pip-23.2.1 setuptools-68.0.0