Read the Docs build information Build id: 2950074 Project: xanaduai-pennylane Version: latest Commit: 22a27af65d2c7f580ce2ae303290d12c6edc8ca7 Date: 2025-04-08T09:51:40.670054Z State: finished Success: False [rtd-command-info] start-time: 2025-04-08T09:51:41.600076Z, end-time: 2025-04-08T09:51:44.256418Z, duration: 2, exit-code: 0 git clone --depth 1 https://github.com/PennyLaneAI/pennylane.git . Cloning into '.'... [rtd-command-info] start-time: 2025-04-08T09:51:44.318970Z, end-time: 2025-04-08T09:51:44.968119Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master [rtd-command-info] start-time: 2025-04-08T09:51:45.066890Z, end-time: 2025-04-08T09:51:45.514890Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. 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 22a27af [no ci] bump nightly version [rtd-command-info] start-time: 2025-04-08T09:51:45.579935Z, end-time: 2025-04-08T09:51:45.618851Z, duration: 0, exit-code: 0 cat .readthedocs.yml # .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 build: os: ubuntu-22.04 tools: python: "3.10" apt_packages: - graphviz # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc/conf.py # Build documentation with MkDocs #mkdocs: # configuration: mkdocs.yml # Optionally build your docs in additional formats such as PDF and ePub formats: - htmlzip # Optionally set the version of Python and requirements required to build your docs python: install: - requirements: doc/requirements.txt - method: pip path: . [rtd-command-info] start-time: 2025-04-08T09:51:46.509648Z, end-time: 2025-04-08T09:51:49.587375Z, duration: 3, exit-code: 0 apt-get update --assume-yes --quiet Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] Get:4 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [47.7 kB] Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2788 kB] Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1243 kB] Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4000 kB] Get:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4154 kB] Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [55.7 kB] Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1540 kB] Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3097 kB] Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB] Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [82.7 kB] Fetched 17.4 MB in 2s (7945 kB/s) Reading package lists... [rtd-command-info] start-time: 2025-04-08T09:51:49.647520Z, end-time: 2025-04-08T09:51:57.849720Z, duration: 8, exit-code: 0 apt-get install --assume-yes --quiet -- graphviz Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: fonts-liberation libann0 Suggested packages: graphviz-doc The following NEW packages will be installed: fonts-liberation graphviz libann0 0 upgraded, 3 newly installed, 0 to remove and 219 not upgraded. Need to get 1500 kB of archives. After this operation, 4700 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 graphviz amd64 2.42.2-6ubuntu0.1 [653 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 1500 kB in 1s (2269 kB/s) Selecting previously unselected package fonts-liberation. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 272117 files and directories currently installed.) Preparing to unpack .../fonts-liberation_1%3a1.07.4-11_all.deb ... Unpacking fonts-liberation (1:1.07.4-11) ... Selecting previously unselected package libann0. Preparing to unpack .../libann0_1.1.2+doc-7build1_amd64.deb ... Unpacking libann0 (1.1.2+doc-7build1) ... Selecting previously unselected package graphviz. Preparing to unpack .../graphviz_2.42.2-6ubuntu0.1_amd64.deb ... Unpacking graphviz (2.42.2-6ubuntu0.1) ... Setting up libann0 (1.1.2+doc-7build1) ... Setting up fonts-liberation (1:1.07.4-11) ... Setting up graphviz (2.42.2-6ubuntu0.1) ... Processing triggers for libc-bin (2.35-0ubuntu3.6) ... Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ... [rtd-command-info] start-time: 2025-04-08T09:52:00.771930Z, end-time: 2025-04-08T09:52:00.825511Z, duration: 0, exit-code: 0 asdf global python 3.10.15 [rtd-command-info] start-time: 2025-04-08T09:52:01.187403Z, end-time: 2025-04-08T09:52:02.328831Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.10.15.final.0-64 in 736ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/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: 2025-04-08T09:52:02.392813Z, end-time: 2025-04-08T09:52:11.002917Z, duration: 8, 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/xanaduai-pennylane/envs/latest/lib/python3.10/site-packages (23.1) Collecting pip Downloading pip-25.0.1-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 11.4 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.10/site-packages (67.6.1) Collecting setuptools Downloading setuptools-78.1.0-py3-none-any.whl (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 25.5 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-25.0.1 setuptools-78.1.0 [rtd-command-info] start-time: 2025-04-08T09:52:11.103641Z, end-time: 2025-04-08T09:52:17.635280Z, duration: 6, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx Collecting sphinx Downloading sphinx-8.1.3-py3-none-any.whl.metadata (6.4 kB) Collecting sphinxcontrib-applehelp>=1.0.7 (from sphinx) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-htmlhelp>=2.0.6 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath>=1.0.1 (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-qthelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting Pygments>=2.17 (from sphinx) Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.22,>=0.20 (from sphinx) Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.2 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting babel>=2.13 (from sphinx) Downloading babel-2.17.0-py3-none-any.whl.metadata (2.0 kB) Collecting alabaster>=0.7.14 (from sphinx) Downloading alabaster-1.0.0-py3-none-any.whl.metadata (2.8 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.30.0 (from sphinx) Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=23.0 (from sphinx) Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB) Collecting tomli>=2 (from sphinx) Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx) Downloading MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.30.0->sphinx) Downloading charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx) Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx) Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx) Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) Downloading sphinx-8.1.3-py3-none-any.whl (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 117.4 MB/s eta 0:00:00 Downloading alabaster-1.0.0-py3-none-any.whl (13 kB) Downloading babel-2.17.0-py3-none-any.whl (10.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 276.6 MB/s eta 0:00:00 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 492.5 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading packaging-24.2-py3-none-any.whl (65 kB) Downloading pygments-2.19.1-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 533.4 MB/s eta 0:00:00 Downloading requests-2.32.3-py3-none-any.whl (64 kB) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB) Downloading tomli-2.2.1-py3-none-any.whl (14 kB) Downloading certifi-2025.1.31-py3-none-any.whl (166 kB) Downloading charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (146 kB) Downloading idna-3.10-py3-none-any.whl (70 kB) Downloading MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20 kB) Downloading urllib3-2.3.0-py3-none-any.whl (128 kB) Installing collected packages: snowballstemmer, urllib3, tomli, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx Successfully installed Jinja2-3.1.6 MarkupSafe-3.0.2 Pygments-2.19.1 alabaster-1.0.0 babel-2.17.0 certifi-2025.1.31 charset-normalizer-3.4.1 docutils-0.21.2 idna-3.10 imagesize-1.4.1 packaging-24.2 requests-2.32.3 snowballstemmer-2.2.0 sphinx-8.1.3 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 tomli-2.2.1 urllib3-2.3.0 [rtd-command-info] start-time: 2025-04-08T09:52:17.723518Z, end-time: 2025-04-08T09:52:29.845798Z, duration: 12, exit-code: 1 python -m pip install --exists-action=w --no-cache-dir -r doc/requirements.txt Ignoring sphinx: markers 'python_version < "3.10"' don't match your environment Ignoring tensorflow_macos: markers 'sys_platform == "darwin" and platform_machine == "arm64"' don't match your environment Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.10/site-packages (from -r doc/requirements.txt (line 1)) (25.0.1) Collecting appdirs (from -r doc/requirements.txt (line 2)) Downloading appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) Collecting autograd (from -r doc/requirements.txt (line 3)) Downloading autograd-1.7.0-py3-none-any.whl.metadata (7.5 kB) Collecting autoray (from -r doc/requirements.txt (line 4)) Downloading autoray-0.7.1-py3-none-any.whl.metadata (5.8 kB) Collecting cachetools (from -r doc/requirements.txt (line 5)) Downloading cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB) Collecting jax==0.4.28 (from -r doc/requirements.txt (line 6)) Downloading jax-0.4.28-py3-none-any.whl.metadata (23 kB) Collecting jaxlib==0.4.28 (from -r doc/requirements.txt (line 7)) Downloading jaxlib-0.4.28-cp310-cp310-manylinux2014_x86_64.whl.metadata (1.8 kB) Collecting mistune==0.8.4 (from -r doc/requirements.txt (line 8)) Downloading mistune-0.8.4-py2.py3-none-any.whl.metadata (8.5 kB) Collecting m2r2 (from -r doc/requirements.txt (line 9)) Downloading m2r2-0.3.3.post2-py3-none-any.whl.metadata (7.1 kB) Collecting numpy (from -r doc/requirements.txt (line 10)) Downloading numpy-2.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB) Collecting pygments-github-lexers (from -r doc/requirements.txt (line 11)) Downloading pygments-github-lexers-0.0.5.tar.gz (5.3 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.10/site-packages (from -r doc/requirements.txt (line 12)) (24.2) Collecting scipy (from -r doc/requirements.txt (line 13)) Downloading scipy-1.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) Collecting docutils==0.16 (from -r doc/requirements.txt (line 14)) Downloading docutils-0.16-py2.py3-none-any.whl.metadata (2.7 kB) Collecting sphinx==4.2 (from -r doc/requirements.txt (line 16)) Downloading Sphinx-4.2.0-py3-none-any.whl.metadata (7.9 kB) Collecting sphinx-automodapi==0.13 (from -r doc/requirements.txt (line 17)) Downloading sphinx_automodapi-0.13-py3-none-any.whl.metadata (2.0 kB) Collecting sphinx-copybutton (from -r doc/requirements.txt (line 18)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl.metadata (3.2 kB) Collecting sphinxcontrib-bibtex==2.4.2 (from -r doc/requirements.txt (line 19)) Downloading sphinxcontrib_bibtex-2.4.2-py3-none-any.whl.metadata (6.1 kB) Collecting sphinxcontrib-applehelp==1.0.4 (from -r doc/requirements.txt (line 20)) Downloading sphinxcontrib_applehelp-1.0.4-py3-none-any.whl.metadata (2.7 kB) Collecting sphinxcontrib-devhelp==1.0.2 (from -r doc/requirements.txt (line 21)) Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-qthelp==1.0.3 (from -r doc/requirements.txt (line 22)) Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-htmlhelp==2.0.1 (from -r doc/requirements.txt (line 23)) Downloading sphinxcontrib_htmlhelp-2.0.1-py3-none-any.whl.metadata (2.8 kB) Collecting sphinxcontrib-serializinghtml==1.1.5 (from -r doc/requirements.txt (line 24)) Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl.metadata (1.5 kB) Collecting tensorflow==2.18.0 (from -r doc/requirements.txt (line 25)) Downloading tensorflow-2.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) Collecting tensornetwork==0.3 (from -r doc/requirements.txt (line 27)) Downloading tensornetwork-0.3.0-py3-none-any.whl.metadata (6.3 kB) Collecting tomlkit (from -r doc/requirements.txt (line 28)) Downloading tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB) Collecting torch==2.3.0 (from -r doc/requirements.txt (line 29)) Downloading torch-2.3.0-cp310-cp310-manylinux1_x86_64.whl.metadata (26 kB) Collecting jinja2==3.0.3 (from -r doc/requirements.txt (line 30)) Downloading Jinja2-3.0.3-py3-none-any.whl.metadata (3.5 kB) Collecting rustworkx>=0.14.0 (from -r doc/requirements.txt (line 31)) Downloading rustworkx-0.16.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) Collecting networkx==2.6 (from -r doc/requirements.txt (line 32)) Downloading networkx-2.6-py3-none-any.whl.metadata (4.9 kB) Collecting requests~=2.28.1 (from -r doc/requirements.txt (line 33)) Downloading requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) ERROR: Could not find a version that satisfies the requirement pennylane-sphinx-theme (from versions: none) ERROR: No matching distribution found for pennylane-sphinx-theme