Read the Docs build information Build id: 1722306 Project: canonical-mlflowcanonicalcom Version: latest Commit: 0efa30176a863ddb6fe407fc58ce49b0c5ee325a Date: 2023-09-14T18:14:44.742940Z State: cancelled Success: False [rtd-command-info] start-time: 2023-09-14T18:14:52.701252Z, end-time: 2023-09-14T18:14:53.273634Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/canonical/mlflow-operator . Cloning into '.'... [rtd-command-info] start-time: 2023-09-14T18:14:53.779682Z, end-time: 2023-09-14T18:14:55.009668Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main From https://github.com/canonical/mlflow-operator * [new tag] mlflow-server-rev171 -> mlflow-server-rev171 * [new tag] mlflow-server-rev176 -> mlflow-server-rev176 * [new tag] mlflow-server-rev181 -> mlflow-server-rev181 * [new tag] mlflow-server-rev188 -> mlflow-server-rev188 * [new tag] mlflow-server-rev190 -> mlflow-server-rev190 * [new tag] rev259 -> rev259 * [new tag] rev271 -> rev271 * [new tag] rev275 -> rev275 * [new tag] rev276 -> rev276 * [new tag] rev279 -> rev279 * [new tag] rev284 -> rev284 * [new tag] rev287 -> rev287 * [new tag] rev288 -> rev288 * [new tag] rev295 -> rev295 * [new tag] rev299 -> rev299 * [new tag] rev306 -> rev306 * [new tag] rev308 -> rev308 * [new tag] rev310 -> rev310 * [new tag] rev311 -> rev311 * [new tag] rev324 -> rev324 * [new tag] rev325 -> rev325 * [new tag] rev327 -> rev327 * [new tag] rev335 -> rev335 * [new tag] rev341 -> rev341 * [new tag] rev346 -> rev346 * [new tag] rev369 -> rev369 * [new tag] rev370 -> rev370 * [new tag] rev372 -> rev372 * [new tag] rev382 -> rev382 * [new tag] rev387 -> rev387 * [new tag] rev394 -> rev394 * [new tag] rev403 -> rev403 * [new tag] rev407 -> rev407 * [new tag] rev414 -> rev414 * [new tag] rev443 -> rev443 * [new tag] rev448 -> rev448 * [new tag] rev456 -> rev456 * [new tag] rev465 -> rev465 [rtd-command-info] start-time: 2023-09-14T18:14:55.574899Z, end-time: 2023-09-14T18:14:55.640863Z, 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 0efa301 Kf 4175 docs site (#196) [rtd-command-info] start-time: 2023-09-14T18:14:56.146098Z, end-time: 2023-09-14T18:14:56.202554Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-09-14T18:14:56.815437Z, end-time: 2023-09-14T18:14:56.869661Z, duration: 0, exit-code: 0 cat docs/.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" # Build documentation in the docs/ directory with Sphinx sphinx: builder: dirhtml configuration: docs/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: docs/.sphinx/requirements.txt [rtd-command-info] start-time: 2023-09-14T18:15:05.195390Z, end-time: 2023-09-14T18:15:05.271650Z, duration: 0, exit-code: 0 asdf global python 3.11.4 [rtd-command-info] start-time: 2023-09-14T18:15:06.228171Z, end-time: 2023-09-14T18:15:07.194994Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.4.final.0-64 in 644ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/canonical-mlflowcanonicalcom/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==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-09-14T18:15:07.921157Z, end-time: 2023-09-14T18:15:19.001137Z, duration: 11, 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-mlflowcanonicalcom/envs/latest/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/canonical-mlflowcanonicalcom/envs/latest/lib/python3.11/site-packages (57.4.0) Collecting setuptools Downloading setuptools-68.2.2-py3-none-any.whl (807 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.2.2