Read the Docs build information Build id: 1655780 Project: xanaduai-pennylane Version: latest Commit: f48eb5ff77628f9db8f1d7cdec17fa1810c081b0 Date: 2023-08-11T13:30:52.200201Z State: cancelled Success: False [rtd-command-info] start-time: 2023-08-11T13:30:55.934837Z, end-time: 2023-08-11T13:31:03.816035Z, duration: 7, exit-code: 0 git clone --no-single-branch --depth 50 https://github.com/PennyLaneAI/pennylane.git . Cloning into '.'... [rtd-command-info] start-time: 2023-08-11T13:31:04.111594Z, end-time: 2023-08-11T13:31:04.540773Z, 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 f48eb5ff7 Speed up Pauli sentence sparse matrix calculation (#4411) [rtd-command-info] start-time: 2023-08-11T13:31:04.848572Z, end-time: 2023-08-11T13:31:04.912121Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-08-11T13:31:05.173537Z, end-time: 2023-08-11T13:31:05.252099Z, 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.8" 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: 2023-08-11T13:31:07.059480Z, end-time: 2023-08-11T13:31:10.158770Z, duration: 3, exit-code: 0 apt-get update --assume-yes --quiet Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] Get:4 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [44.0 kB] Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [979 kB] Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [834 kB] Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [849 kB] Get:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.9 kB] Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [876 kB] Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1110 kB] Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1236 kB] Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [49.2 kB] Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [25.6 kB] Fetched 6390 kB in 2s (2919 kB/s) Reading package lists... [rtd-command-info] start-time: 2023-08-11T13:31:10.721233Z, end-time: 2023-08-11T13:31:14.394880Z, duration: 3, 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 176 not upgraded. Need to get 1498 kB of archives. After this operation, 4810 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/universe amd64 graphviz amd64 2.42.2-6 [650 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 1498 kB in 2s (980 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 ... 271716 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-6_amd64.deb ... Unpacking graphviz (2.42.2-6) ... Setting up libann0 (1.1.2+doc-7build1) ... Setting up fonts-liberation (1:1.07.4-11) ... Setting up graphviz (2.42.2-6) ... Processing triggers for libc-bin (2.35-0ubuntu3) ... Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ... [rtd-command-info] start-time: 2023-08-11T13:31:18.974612Z, end-time: 2023-08-11T13:31:19.089840Z, duration: 0, exit-code: 0 asdf global python 3.8.17 [rtd-command-info] start-time: 2023-08-11T13:31:19.782220Z, end-time: 2023-08-11T13:31:20.669806Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.8.17.final.0-64 in 547ms 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==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-08-11T13:31:21.027864Z, end-time: 2023-08-11T13:31:33.670971Z, 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/xanaduai-pennylane/envs/latest/lib/python3.8/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/xanaduai-pennylane/envs/latest/lib/python3.8/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 [rtd-command-info] start-time: 2023-08-11T13:31:33.923417Z, end-time: 2023-08-11T13:31:43.235764Z, duration: 9, exit-code: 0 python -m pip install --upgrade --no-cache-dir pillow mock==1.0.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.9.1 recommonmark==0.5.0 sphinx sphinx-rtd-theme readthedocs-sphinx-ext<2.3 Collecting pillow Obtaining dependency information for pillow from https://files.pythonhosted.org/packages/ff/8c/5927a58c43ebc16e508eef325fdc6473b569e2474d3b4be49798aa371007/Pillow-10.0.0-cp38-cp38-manylinux_2_28_x86_64.whl.metadata Downloading Pillow-10.0.0-cp38-cp38-manylinux_2_28_x86_64.whl.metadata (9.5 kB) Collecting mock==1.0.1 Downloading mock-1.0.1.zip (861 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 861.9/861.9 kB 12.8 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting alabaster!=0.7.5,<0.8,>=0.7 Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting commonmark==0.9.1 Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 185.6 MB/s eta 0:00:00 Collecting recommonmark==0.5.0 Downloading recommonmark-0.5.0-py2.py3-none-any.whl (9.8 kB) Collecting sphinx Obtaining dependency information for sphinx from https://files.pythonhosted.org/packages/48/17/325cf6a257d84751a48ae90752b3d8fe0be8f9535b6253add61c49d0d9bc/sphinx-7.1.2-py3-none-any.whl.metadata Downloading sphinx-7.1.2-py3-none-any.whl.metadata (5.8 kB) Collecting sphinx-rtd-theme Obtaining dependency information for sphinx-rtd-theme from https://files.pythonhosted.org/packages/85/32/9ccebf3a82c085e8fc12b67cc3dbf840789fb6c7835ed0d61686d6509aa9/sphinx_rtd_theme-1.2.2-py2.py3-none-any.whl.metadata Downloading sphinx_rtd_theme-1.2.2-py2.py3-none-any.whl.metadata (4.5 kB) Collecting readthedocs-sphinx-ext<2.3 Obtaining dependency information for readthedocs-sphinx-ext<2.3 from https://files.pythonhosted.org/packages/8c/f1/3d783ebfc084a9d556123d54669116101760e5e0dbb894b006745bcb59ea/readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl.metadata Downloading readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl.metadata (1.5 kB) Collecting docutils>=0.11 (from recommonmark==0.5.0) Obtaining dependency information for docutils>=0.11 from https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl.metadata Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.4-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.6/120.6 kB 35.8 MB/s eta 0:00:00 Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 59.5 MB/s eta 0:00:00 Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.1-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.8/99.8 kB 54.5 MB/s eta 0:00:00 Collecting sphinxcontrib-serializinghtml>=1.1.5 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 40.8 MB/s eta 0:00:00 Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 49.6 MB/s eta 0:00:00 Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 22.3 MB/s eta 0:00:00 Collecting Pygments>=2.13 (from sphinx) Obtaining dependency information for Pygments>=2.13 from https://files.pythonhosted.org/packages/43/88/29adf0b44ba6ac85045e63734ae0997d3c58d8b1a91c914d240828d0d73d/Pygments-2.16.1-py3-none-any.whl.metadata Downloading Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 26.0 MB/s eta 0:00:00 Collecting babel>=2.9 (from sphinx) Downloading Babel-2.12.1-py3-none-any.whl (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 40.9 MB/s eta 0:00:00 Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.25.0 (from sphinx) Obtaining dependency information for requests>=2.25.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-23.1-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 157.8 MB/s eta 0:00:00 Collecting importlib-metadata>=4.8 (from sphinx) Obtaining dependency information for importlib-metadata>=4.8 from https://files.pythonhosted.org/packages/cc/37/db7ba97e676af155f5fcb1a35466f446eadc9104e25b83366e8088c9c926/importlib_metadata-6.8.0-py3-none-any.whl.metadata Downloading importlib_metadata-6.8.0-py3-none-any.whl.metadata (5.1 kB) Collecting sphinx Downloading sphinx-6.2.1-py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 93.0 MB/s eta 0:00:00 Collecting docutils>=0.11 (from recommonmark==0.5.0) Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.0/570.0 kB 210.0 MB/s eta 0:00:00 Collecting sphinxcontrib-jquery<5,>=4 (from sphinx-rtd-theme) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 228.8 MB/s eta 0:00:00 Collecting pytz>=2015.7 (from babel>=2.9->sphinx) Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 229.5 MB/s eta 0:00:00 Collecting zipp>=0.5 (from importlib-metadata>=4.8->sphinx) Obtaining dependency information for zipp>=0.5 from https://files.pythonhosted.org/packages/8c/08/d3006317aefe25ea79d3b76c9650afabaf6d63d1c8443b236e7405447503/zipp-3.16.2-py3-none-any.whl.metadata Downloading zipp-3.16.2-py3-none-any.whl.metadata (3.7 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Obtaining dependency information for MarkupSafe>=2.0 from https://files.pythonhosted.org/packages/de/e2/32c14301bb023986dff527a49325b6259cab4ebb4633f69de54af312fc45/MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/cb/e7/5e43745003bf1f90668c7be23fc5952b3a2b9c2558f16749411c18039b36/charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB) Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 191.1 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl.metadata Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) Downloading Pillow-10.0.0-cp38-cp38-manylinux_2_28_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 113.6 MB/s eta 0:00:00 Downloading sphinx_rtd_theme-1.2.2-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 142.0 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl (11 kB) Downloading importlib_metadata-6.8.0-py3-none-any.whl (22 kB) Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 193.6 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 201.4 MB/s eta 0:00:00 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 215.4 MB/s eta 0:00:00 Downloading charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.1/199.1 kB 232.9 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 214.2 MB/s eta 0:00:00 Downloading zipp-3.16.2-py3-none-any.whl (7.2 kB) Building wheels for collected packages: mock Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23753 sha256=e19ee20e410100dc4e07b90a4229bcbe2275da00ec5289b1bc697ff405ea5c6e Stored in directory: /tmp/pip-ephem-wheel-cache-33at94jq/wheels/41/7c/21/90057f91c6ead7c77a90c52d6e85ca48bf82d8b0d3f8dfbb65 Successfully built mock Installing collected packages: snowballstemmer, pytz, mock, commonmark, zipp, urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, pillow, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, importlib-metadata, sphinx, readthedocs-sphinx-ext, sphinxcontrib-jquery, recommonmark, sphinx-rtd-theme Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.3 Pygments-2.16.1 alabaster-0.7.13 babel-2.12.1 certifi-2023.7.22 charset-normalizer-3.2.0 commonmark-0.9.1 docutils-0.18.1 idna-3.4 imagesize-1.4.1 importlib-metadata-6.8.0 mock-1.0.1 packaging-23.1 pillow-10.0.0 pytz-2023.3 readthedocs-sphinx-ext-2.2.2 recommonmark-0.5.0 requests-2.31.0 snowballstemmer-2.2.0 sphinx-6.2.1 sphinx-rtd-theme-1.2.2 sphinxcontrib-applehelp-1.0.4 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.1 sphinxcontrib-jquery-4.1 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 urllib3-2.0.4 zipp-3.16.2 [rtd-command-info] start-time: 2023-08-11T13:31:43.557699Z, end-time: 2023-08-11T13:33:34.100397Z, duration: 110, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r doc/requirements.txt Looking in links: https://download.pytorch.org/whl/torch_stable.html 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 Ignoring torch: markers 'sys_platform == "darwin" and python_version < "3.10"' don't match your environment Ignoring torchvision: markers 'sys_platform == "darwin" and python_version < "3.10"' don't match your environment Ignoring torch: markers 'sys_platform != "darwin" and python_version == "3.10"' don't match your environment Ignoring torchvision: markers 'sys_platform != "darwin" and python_version == "3.10"' don't match your environment Ignoring torch: markers 'sys_platform == "darwin" and python_version == "3.10"' don't match your environment Ignoring torchvision: markers 'sys_platform == "darwin" and python_version == "3.10"' don't match your environment Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from -r doc/requirements.txt (line 2)) (23.2.1) Collecting appdirs (from -r doc/requirements.txt (line 3)) Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting autograd<=1.5 (from -r doc/requirements.txt (line 4)) Downloading autograd-1.5-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 3.3 MB/s eta 0:00:00 Collecting autoray (from -r doc/requirements.txt (line 5)) Obtaining dependency information for autoray from https://files.pythonhosted.org/packages/7b/c2/c6aa844448722e795925560f39be3d5c737d5cc83770ef00505440be4b83/autoray-0.6.6-py3-none-any.whl.metadata Downloading autoray-0.6.6-py3-none-any.whl.metadata (18 kB) Collecting jax==0.4.10 (from -r doc/requirements.txt (line 6)) Downloading jax-0.4.10.tar.gz (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 9.6 MB/s eta 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jaxlib==0.4.10 (from -r doc/requirements.txt (line 7)) Obtaining dependency information for jaxlib==0.4.10 from https://files.pythonhosted.org/packages/78/b4/59062151627d31ed5422cc41a8146c52701db4269f3fb1c8286fe0aa6fd3/jaxlib-0.4.10-cp38-cp38-manylinux2014_x86_64.whl.metadata Downloading jaxlib-0.4.10-cp38-cp38-manylinux2014_x86_64.whl.metadata (999 bytes) Collecting mistune==0.8.4 (from -r doc/requirements.txt (line 8)) Downloading mistune-0.8.4-py2.py3-none-any.whl (16 kB) Collecting m2r2 (from -r doc/requirements.txt (line 9)) Downloading m2r2-0.3.3.post2-py3-none-any.whl (11 kB) Collecting numpy (from -r doc/requirements.txt (line 10)) Obtaining dependency information for numpy from https://files.pythonhosted.org/packages/98/5d/5738903efe0ecb73e51eb44feafba32bdba2081263d40c5043568ff60faf/numpy-1.24.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading numpy-1.24.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 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' Collecting semantic_version==2.10 (from -r doc/requirements.txt (line 12)) Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB) Collecting scipy (from -r doc/requirements.txt (line 13)) Downloading scipy-1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.5/34.5 MB 174.1 MB/s eta 0:00:00 Collecting docutils==0.16 (from -r doc/requirements.txt (line 14)) Downloading docutils-0.16-py2.py3-none-any.whl (548 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 548.2/548.2 kB 241.0 MB/s eta 0:00:00 Collecting sphinx==3.5 (from -r doc/requirements.txt (line 15)) Downloading Sphinx-3.5.0-py3-none-any.whl (2.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 158.5 MB/s eta 0:00:00 Collecting sphinx-automodapi==0.13 (from -r doc/requirements.txt (line 17)) Downloading sphinx_automodapi-0.13-py3-none-any.whl (75 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.6/75.6 kB 205.1 MB/s eta 0:00:00 Collecting sphinx-copybutton (from -r doc/requirements.txt (line 18)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Collecting sphinxcontrib-bibtex==2.4.2 (from -r doc/requirements.txt (line 19)) Downloading sphinxcontrib_bibtex-2.4.2-py3-none-any.whl (39 kB) Collecting tensorflow==2.11.1 (from -r doc/requirements.txt (line 20)) Downloading tensorflow-2.11.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (588.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 588.2/588.2 MB 183.0 MB/s eta 0:00:00 Collecting tensornetwork==0.3 (from -r doc/requirements.txt (line 22)) Downloading tensornetwork-0.3.0-py3-none-any.whl (216 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.4/216.4 kB 233.1 MB/s eta 0:00:00 Collecting toml (from -r doc/requirements.txt (line 23)) Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting torch==1.9.0+cpu (from -r doc/requirements.txt (line 24)) Downloading https://download.pytorch.org/whl/cpu/torch-1.9.0%2Bcpu-cp38-cp38-linux_x86_64.whl (175.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.5/175.5 MB 81.1 MB/s eta 0:00:00 Collecting torchvision==0.10.0+cpu (from -r doc/requirements.txt (line 25)) Downloading https://download.pytorch.org/whl/cpu/torchvision-0.10.0%2Bcpu-cp38-cp38-linux_x86_64.whl (15.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/15.7 MB 75.5 MB/s eta 0:00:00 Collecting jinja2==3.0.3 (from -r doc/requirements.txt (line 32)) Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.6/133.6 kB 217.4 MB/s eta 0:00:00 Collecting rustworkx==0.12.1 (from -r doc/requirements.txt (line 33)) Downloading rustworkx-0.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 221.7 MB/s eta 0:00:00 Collecting networkx==2.6 (from -r doc/requirements.txt (line 34)) Downloading networkx-2.6-py3-none-any.whl (1.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 217.1 MB/s eta 0:00:00 Collecting requests~=2.28.1 (from -r doc/requirements.txt (line 35)) Downloading requests-2.28.2-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 165.6 MB/s eta 0:00:00 Collecting pennylane-sphinx-theme (from -r doc/requirements.txt (line 38)) Obtaining dependency information for pennylane-sphinx-theme from https://files.pythonhosted.org/packages/00/75/17831cbc7b3471232190b297869e23f095604dc64e20663eb5b48fc47f26/pennylane_sphinx_theme-0.3.9-py3-none-any.whl.metadata Downloading pennylane_sphinx_theme-0.3.9-py3-none-any.whl.metadata (4.5 kB) Collecting ml-dtypes>=0.1.0 (from jax==0.4.10->-r doc/requirements.txt (line 6)) Obtaining dependency information for ml-dtypes>=0.1.0 from https://files.pythonhosted.org/packages/e7/db/16992470d8adc93e5230f01b0be8fe32a4eb25cd1c306a2efd1349d36d1a/ml_dtypes-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading ml_dtypes-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) Collecting opt-einsum (from jax==0.4.10->-r doc/requirements.txt (line 6)) Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 203.1 MB/s eta 0:00:00 Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 15)) (1.0.4) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 15)) (1.0.2) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 15)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 15)) (2.0.1) Requirement already satisfied: sphinxcontrib-serializinghtml in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 15)) (1.1.5) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 15)) (1.0.3) Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 15)) (2.16.1) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 15)) (2.2.0) Requirement already satisfied: babel>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 15)) (2.12.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 15)) (0.7.13) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 15)) (1.4.1) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 15)) (68.0.0) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from sphinx==3.5->-r doc/requirements.txt (line 15)) (23.1) Collecting pybtex>=0.24 (from sphinxcontrib-bibtex==2.4.2->-r doc/requirements.txt (line 19)) Downloading pybtex-0.24.0-py2.py3-none-any.whl (561 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.4/561.4 kB 253.0 MB/s eta 0:00:00 Collecting pybtex-docutils>=1.0.0 (from sphinxcontrib-bibtex==2.4.2->-r doc/requirements.txt (line 19)) Downloading pybtex_docutils-1.0.2-py3-none-any.whl (6.3 kB) Collecting absl-py>=1.0.0 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading absl_py-1.4.0-py3-none-any.whl (126 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.5/126.5 kB 211.6 MB/s eta 0:00:00 Collecting astunparse>=1.6.0 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) Collecting flatbuffers>=2.0 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Obtaining dependency information for flatbuffers>=2.0 from https://files.pythonhosted.org/packages/6f/12/d5c79ee252793ffe845d58a913197bfa02ae9a0b5c9bc3dc4b58d477b9e7/flatbuffers-23.5.26-py2.py3-none-any.whl.metadata Downloading flatbuffers-23.5.26-py2.py3-none-any.whl.metadata (850 bytes) Collecting gast<=0.4.0,>=0.2.1 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading gast-0.4.0-py3-none-any.whl (9.8 kB) Collecting google-pasta>=0.1.1 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 174.5 MB/s eta 0:00:00 Collecting grpcio<2.0,>=1.24.3 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Obtaining dependency information for grpcio<2.0,>=1.24.3 from https://files.pythonhosted.org/packages/68/a8/7052e6a5c27159f080bb70fb8d8302c0e4bea148fb430acb57f83a8f2733/grpcio-1.57.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading grpcio-1.57.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) Collecting h5py>=2.9.0 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Obtaining dependency information for h5py>=2.9.0 from https://files.pythonhosted.org/packages/ae/3d/7d396c8be3ed11a0301d303af20a6dcb367d8ed78b4779de9e4962193303/h5py-3.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading h5py-3.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) Collecting keras<2.12,>=2.11.0 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading keras-2.11.0-py2.py3-none-any.whl (1.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 218.6 MB/s eta 0:00:00 Collecting libclang>=13.0.0 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Obtaining dependency information for libclang>=13.0.0 from https://files.pythonhosted.org/packages/ea/df/55525e489c43f9dbb6c8ea27d8a567b3dcd18a22f3c45483055f5ca6611d/libclang-16.0.6-py2.py3-none-manylinux2010_x86_64.whl.metadata Downloading libclang-16.0.6-py2.py3-none-manylinux2010_x86_64.whl.metadata (5.2 kB) Collecting protobuf<3.20,>=3.9.2 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading protobuf-3.19.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 252.3 MB/s eta 0:00:00 Collecting six>=1.12.0 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting tensorboard<2.12,>=2.11 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading tensorboard-2.11.2-py3-none-any.whl (6.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 198.1 MB/s eta 0:00:00 Collecting tensorflow-estimator<2.12,>=2.11.0 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading tensorflow_estimator-2.11.0-py2.py3-none-any.whl (439 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 439.2/439.2 kB 242.9 MB/s eta 0:00:00 Collecting termcolor>=1.1.0 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading termcolor-2.3.0-py3-none-any.whl (6.9 kB) Collecting typing-extensions>=3.6.6 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Obtaining dependency information for typing-extensions>=3.6.6 from https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl.metadata Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) Collecting wrapt>=1.11.0 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading wrapt-1.15.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (81 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.5/81.5 kB 207.6 MB/s eta 0:00:00 Collecting tensorflow-io-gcs-filesystem>=0.23.1 (from tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Obtaining dependency information for tensorflow-io-gcs-filesystem>=0.23.1 from https://files.pythonhosted.org/packages/d6/e4/b8816320283b7a4774e53a51a1019a2344503e517d5b698e9db45d3b48c9/tensorflow_io_gcs_filesystem-0.33.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata Downloading tensorflow_io_gcs_filesystem-0.33.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (14 kB) Collecting graphviz>=0.11.1 (from tensornetwork==0.3->-r doc/requirements.txt (line 22)) Downloading graphviz-0.20.1-py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 kB 164.8 MB/s eta 0:00:00 Requirement already satisfied: pillow>=5.3.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from torchvision==0.10.0+cpu->-r doc/requirements.txt (line 25)) (10.0.0) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from jinja2==3.0.3->-r doc/requirements.txt (line 32)) (2.1.3) Collecting matplotlib>=3.3 (from networkx==2.6->-r doc/requirements.txt (line 34)) Obtaining dependency information for matplotlib>=3.3 from https://files.pythonhosted.org/packages/b4/c2/f74e0deb26379aead0956a6ecf9acd4587debba0c7abe4bd8fe53fe04ec2/matplotlib-3.7.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata Downloading matplotlib-3.7.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (5.6 kB) Collecting pandas>=1.1 (from networkx==2.6->-r doc/requirements.txt (line 34)) Obtaining dependency information for pandas>=1.1 from https://files.pythonhosted.org/packages/f8/7f/5b047effafbdd34e52c9e2d7e44f729a0655efafb22198c45cf692cdc157/pandas-2.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading pandas-2.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) Collecting future>=0.15.2 (from autograd<=1.5->-r doc/requirements.txt (line 4)) Downloading future-0.18.3.tar.gz (840 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 840.9/840.9 kB 246.2 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' INFO: pip is looking at multiple versions of m2r2 to determine which version is compatible with other requirements. This could take a while. Collecting m2r2 (from -r doc/requirements.txt (line 9)) Downloading m2r2-0.3.2-py3-none-any.whl (11 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from requests~=2.28.1->-r doc/requirements.txt (line 35)) (3.2.0) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from requests~=2.28.1->-r doc/requirements.txt (line 35)) (3.4) Collecting urllib3<1.27,>=1.21.1 (from requests~=2.28.1->-r doc/requirements.txt (line 35)) Obtaining dependency information for urllib3<1.27,>=1.21.1 from https://files.pythonhosted.org/packages/c5/05/c214b32d21c0b465506f95c4f28ccbcba15022e000b043b72b3df7728471/urllib3-1.26.16-py2.py3-none-any.whl.metadata Downloading urllib3-1.26.16-py2.py3-none-any.whl.metadata (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 177.8 MB/s eta 0:00:00 Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from requests~=2.28.1->-r doc/requirements.txt (line 35)) (2023.7.22) Collecting xanadu-sphinx-theme~=0.3.0 (from pennylane-sphinx-theme->-r doc/requirements.txt (line 38)) Downloading xanadu_sphinx_theme-0.3.7-py3-none-any.whl (47 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.1/47.1 kB 173.9 MB/s eta 0:00:00 Collecting sphinx-gallery (from pennylane-sphinx-theme->-r doc/requirements.txt (line 38)) Downloading sphinx_gallery-0.13.0-py3-none-any.whl (147 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.4/147.4 kB 223.7 MB/s eta 0:00:00 Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from astunparse>=1.6.0->tensorflow==2.11.1->-r doc/requirements.txt (line 20)) (0.37.0) Requirement already satisfied: pytz>=2015.7 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from babel>=1.3->sphinx==3.5->-r doc/requirements.txt (line 15)) (2023.3) Collecting contourpy>=1.0.1 (from matplotlib>=3.3->networkx==2.6->-r doc/requirements.txt (line 34)) Obtaining dependency information for contourpy>=1.0.1 from https://files.pythonhosted.org/packages/32/c8/aa9e87941002150b1a8e7087e48da1c76290268b9fdfa3034a98a5806198/contourpy-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading contourpy-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.7 kB) Collecting cycler>=0.10 (from matplotlib>=3.3->networkx==2.6->-r doc/requirements.txt (line 34)) Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB) Collecting fonttools>=4.22.0 (from matplotlib>=3.3->networkx==2.6->-r doc/requirements.txt (line 34)) Obtaining dependency information for fonttools>=4.22.0 from https://files.pythonhosted.org/packages/d3/e2/0dc07c946b98a036b25b97899bf38d51aef24f793b80ac686f07f817b7ac/fonttools-4.42.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading fonttools-4.42.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (150 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 150.6/150.6 kB 229.3 MB/s eta 0:00:00 Collecting kiwisolver>=1.0.1 (from matplotlib>=3.3->networkx==2.6->-r doc/requirements.txt (line 34)) Downloading kiwisolver-1.4.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 239.0 MB/s eta 0:00:00 Collecting pyparsing<3.1,>=2.3.1 (from matplotlib>=3.3->networkx==2.6->-r doc/requirements.txt (line 34)) Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 207.6 MB/s eta 0:00:00 Collecting python-dateutil>=2.7 (from matplotlib>=3.3->networkx==2.6->-r doc/requirements.txt (line 34)) Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 229.0 MB/s eta 0:00:00 Collecting importlib-resources>=3.2.0 (from matplotlib>=3.3->networkx==2.6->-r doc/requirements.txt (line 34)) Obtaining dependency information for importlib-resources>=3.2.0 from https://files.pythonhosted.org/packages/25/d4/592f53ce2f8dde8be5720851bd0ab71cc2e76c55978e4163ef1ab7e389bb/importlib_resources-6.0.1-py3-none-any.whl.metadata Downloading importlib_resources-6.0.1-py3-none-any.whl.metadata (4.0 kB) Collecting tzdata>=2022.1 (from pandas>=1.1->networkx==2.6->-r doc/requirements.txt (line 34)) Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 235.1 MB/s eta 0:00:00 Collecting PyYAML>=3.01 (from pybtex>=0.24->sphinxcontrib-bibtex==2.4.2->-r doc/requirements.txt (line 19)) Obtaining dependency information for PyYAML>=3.01 from https://files.pythonhosted.org/packages/c8/6b/6600ac24725c7388255b2f5add93f91e58a5d7efaf4af244fdbcc11a541b/PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting latexcodec>=1.0.4 (from pybtex>=0.24->sphinxcontrib-bibtex==2.4.2->-r doc/requirements.txt (line 19)) Downloading latexcodec-2.0.1-py2.py3-none-any.whl (18 kB) Collecting google-auth<3,>=1.6.3 (from tensorboard<2.12,>=2.11->tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Obtaining dependency information for google-auth<3,>=1.6.3 from https://files.pythonhosted.org/packages/9c/8d/bff87fc722553a5691d8514da5523c23547f3894189ba03b57592e37bdc2/google_auth-2.22.0-py2.py3-none-any.whl.metadata Downloading google_auth-2.22.0-py2.py3-none-any.whl.metadata (4.2 kB) Collecting google-auth-oauthlib<0.5,>=0.4.1 (from tensorboard<2.12,>=2.11->tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading google_auth_oauthlib-0.4.6-py2.py3-none-any.whl (18 kB) Collecting markdown>=2.6.8 (from tensorboard<2.12,>=2.11->tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Obtaining dependency information for markdown>=2.6.8 from https://files.pythonhosted.org/packages/1a/b5/228c1cdcfe138f1a8e01ab1b54284c8b83735476cb22b6ba251656ed13ad/Markdown-3.4.4-py3-none-any.whl.metadata Downloading Markdown-3.4.4-py3-none-any.whl.metadata (6.9 kB) Collecting tensorboard-data-server<0.7.0,>=0.6.0 (from tensorboard<2.12,>=2.11->tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading tensorboard_data_server-0.6.1-py3-none-manylinux2010_x86_64.whl (4.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 82.3 MB/s eta 0:00:00 Collecting tensorboard-plugin-wit>=1.6.0 (from tensorboard<2.12,>=2.11->tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading tensorboard_plugin_wit-1.8.1-py3-none-any.whl (781 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 781.3/781.3 kB 249.9 MB/s eta 0:00:00 Collecting werkzeug>=1.0.1 (from tensorboard<2.12,>=2.11->tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Obtaining dependency information for werkzeug>=1.0.1 from https://files.pythonhosted.org/packages/ba/d6/8040faecaba2feb84e1647af174b3243c9b90c163c7ea407820839931efe/Werkzeug-2.3.6-py3-none-any.whl.metadata Downloading Werkzeug-2.3.6-py3-none-any.whl.metadata (4.1 kB) INFO: pip is looking at multiple versions of sphinx-gallery to determine which version is compatible with other requirements. This could take a while. Collecting sphinx-gallery (from pennylane-sphinx-theme->-r doc/requirements.txt (line 38)) Downloading sphinx_gallery-0.12.2-py3-none-any.whl (147 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.6/147.6 kB 225.1 MB/s eta 0:00:00 Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard<2.12,>=2.11->tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Obtaining dependency information for cachetools<6.0,>=2.0.0 from https://files.pythonhosted.org/packages/a9/c9/c8a7710f2cedcb1db9224fdd4d8307c9e48cbddc46c18b515fefc0f1abbe/cachetools-5.3.1-py3-none-any.whl.metadata Downloading cachetools-5.3.1-py3-none-any.whl.metadata (5.2 kB) Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard<2.12,>=2.11->tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 226.3 MB/s eta 0:00:00 Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard<2.12,>=2.11->tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading rsa-4.9-py3-none-any.whl (34 kB) Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<0.5,>=0.4.1->tensorboard<2.12,>=2.11->tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) Requirement already satisfied: zipp>=3.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from importlib-resources>=3.2.0->matplotlib>=3.3->networkx==2.6->-r doc/requirements.txt (line 34)) (3.16.2) Requirement already satisfied: importlib-metadata>=4.4 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from markdown>=2.6.8->tensorboard<2.12,>=2.11->tensorflow==2.11.1->-r doc/requirements.txt (line 20)) (6.8.0) Collecting pyasn1<0.6.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard<2.12,>=2.11->tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading pyasn1-0.5.0-py2.py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.9/83.9 kB 202.0 MB/s eta 0:00:00 Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<0.5,>=0.4.1->tensorboard<2.12,>=2.11->tensorflow==2.11.1->-r doc/requirements.txt (line 20)) Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 kB 219.2 MB/s eta 0:00:00 WARNING: The candidate selected for download or install is a yanked version: 'networkx' candidate (version 2.6 at https://files.pythonhosted.org/packages/b2/87/30ed9e62d5459bbf22b335fc2d9d1faf979d44b1c55a1f0455da0afd756e/networkx-2.6-py3-none-any.whl (from https://pypi.org/simple/networkx/) (requires-python:>=3.7)) Reason for being yanked: Need to resolve: https://github.com/networkx/networkx/pull/4967 Downloading jaxlib-0.4.10-cp38-cp38-manylinux2014_x86_64.whl (69.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.9/69.9 MB 63.7 MB/s eta 0:00:00 Downloading autoray-0.6.6-py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.7/54.7 kB 186.7 MB/s eta 0:00:00 Downloading numpy-1.24.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 176.4 MB/s eta 0:00:00 Downloading pennylane_sphinx_theme-0.3.9-py3-none-any.whl (43 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.4/43.4 kB 172.4 MB/s eta 0:00:00 Downloading flatbuffers-23.5.26-py2.py3-none-any.whl (26 kB) Downloading grpcio-1.57.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 176.4 MB/s eta 0:00:00 Downloading h5py-3.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.8/4.8 MB 155.0 MB/s eta 0:00:00 Downloading libclang-16.0.6-py2.py3-none-manylinux2010_x86_64.whl (22.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.9/22.9 MB 180.5 MB/s eta 0:00:00 Downloading matplotlib-3.7.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (9.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/9.2 MB 180.8 MB/s eta 0:00:00 Downloading ml_dtypes-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 248.2 MB/s eta 0:00:00 Downloading pandas-2.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/12.4 MB 183.0 MB/s eta 0:00:00 Downloading tensorflow_io_gcs_filesystem-0.33.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (2.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 199.4 MB/s eta 0:00:00 Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) Downloading urllib3-1.26.16-py2.py3-none-any.whl (143 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.1/143.1 kB 225.7 MB/s eta 0:00:00 Downloading contourpy-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (300 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 300.4/300.4 kB 233.0 MB/s eta 0:00:00 Downloading fonttools-4.42.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 189.2 MB/s eta 0:00:00 Downloading google_auth-2.22.0-py2.py3-none-any.whl (181 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.8/181.8 kB 220.2 MB/s eta 0:00:00 Downloading importlib_resources-6.0.1-py3-none-any.whl (34 kB) Downloading Markdown-3.4.4-py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.2/94.2 kB 205.6 MB/s eta 0:00:00 Downloading PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (736 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 736.6/736.6 kB 235.8 MB/s eta 0:00:00 Downloading Werkzeug-2.3.6-py3-none-any.whl (242 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.5/242.5 kB 226.5 MB/s eta 0:00:00 Downloading cachetools-5.3.1-py3-none-any.whl (9.3 kB) Building wheels for collected packages: jax, pygments-github-lexers, future Building wheel for jax (pyproject.toml): started Building wheel for jax (pyproject.toml): finished with status 'done' Created wheel for jax: filename=jax-0.4.10-py3-none-any.whl size=1480497 sha256=0f37ea922d355ad585af6d0c8f6397abb525fa1958753c9dfb057a1f9e3d2287 Stored in directory: /tmp/pip-ephem-wheel-cache-k6vaocsl/wheels/6a/8c/35/209bfba5979c08e883a5cfcb9f3ddf907f9dd1c37ee83c1f8d Building wheel for pygments-github-lexers (setup.py): started Building wheel for pygments-github-lexers (setup.py): finished with status 'done' Created wheel for pygments-github-lexers: filename=pygments_github_lexers-0.0.5-py3-none-any.whl size=6213 sha256=81475b7129ac97a7838e6a577bc271f15fe3e741a7a6dc8ca513399181adb5a0 Stored in directory: /tmp/pip-ephem-wheel-cache-k6vaocsl/wheels/75/c6/f7/fc341b39d0b970c9c3a2918a97347ea8f992c14a43dd719f4e Building wheel for future (setup.py): started Building wheel for future (setup.py): finished with status 'done' Created wheel for future: filename=future-0.18.3-py3-none-any.whl size=492024 sha256=8bfc43609ac06f717dda3f7aa69ce297465b05f060c0dcffb7acc58362f90d46 Stored in directory: /tmp/pip-ephem-wheel-cache-k6vaocsl/wheels/a0/0b/ee/e6994fadb42c1354dcccb139b0bf2795271bddfe6253ccdf11 Successfully built jax pygments-github-lexers future Installing collected packages: tensorboard-plugin-wit, mistune, libclang, flatbuffers, appdirs, wrapt, werkzeug, urllib3, tzdata, typing-extensions, toml, termcolor, tensorflow-io-gcs-filesystem, tensorflow-estimator, tensorboard-data-server, six, semantic_version, PyYAML, pyparsing, pygments-github-lexers, pyasn1, protobuf, oauthlib, numpy, kiwisolver, keras, jinja2, importlib-resources, grpcio, graphviz, gast, future, fonttools, docutils, cycler, cachetools, autoray, absl-py, torch, scipy, rustworkx, rsa, requests, python-dateutil, pyasn1-modules, opt-einsum, ml-dtypes, markdown, m2r2, latexcodec, h5py, google-pasta, contourpy, autograd, astunparse, torchvision, tensornetwork, sphinx, requests-oauthlib, pybtex, pandas, matplotlib, jaxlib, jax, google-auth, sphinx-gallery, sphinx-copybutton, sphinx-automodapi, pybtex-docutils, networkx, google-auth-oauthlib, xanadu-sphinx-theme, tensorboard, sphinxcontrib-bibtex, tensorflow, pennylane-sphinx-theme Attempting uninstall: urllib3 Found existing installation: urllib3 2.0.4 Uninstalling urllib3-2.0.4: Successfully uninstalled urllib3-2.0.4 Attempting uninstall: jinja2 Found existing installation: Jinja2 3.1.2 Uninstalling Jinja2-3.1.2: Successfully uninstalled Jinja2-3.1.2 Attempting uninstall: docutils Found existing installation: docutils 0.18.1 Uninstalling docutils-0.18.1: Successfully uninstalled docutils-0.18.1 Attempting uninstall: requests Found existing installation: requests 2.31.0 Uninstalling requests-2.31.0: Successfully uninstalled requests-2.31.0 Attempting uninstall: sphinx Found existing installation: Sphinx 6.2.1 Uninstalling Sphinx-6.2.1: Successfully uninstalled Sphinx-6.2.1 Successfully installed PyYAML-6.0.1 absl-py-1.4.0 appdirs-1.4.4 astunparse-1.6.3 autograd-1.5 autoray-0.6.6 cachetools-5.3.1 contourpy-1.1.0 cycler-0.11.0 docutils-0.16 flatbuffers-23.5.26 fonttools-4.42.0 future-0.18.3 gast-0.4.0 google-auth-2.22.0 google-auth-oauthlib-0.4.6 google-pasta-0.2.0 graphviz-0.20.1 grpcio-1.57.0 h5py-3.9.0 importlib-resources-6.0.1 jax-0.4.10 jaxlib-0.4.10 jinja2-3.0.3 keras-2.11.0 kiwisolver-1.4.4 latexcodec-2.0.1 libclang-16.0.6 m2r2-0.3.2 markdown-3.4.4 matplotlib-3.7.2 mistune-0.8.4 ml-dtypes-0.2.0 networkx-2.6 numpy-1.24.4 oauthlib-3.2.2 opt-einsum-3.3.0 pandas-2.0.3 pennylane-sphinx-theme-0.3.9 protobuf-3.19.6 pyasn1-0.5.0 pyasn1-modules-0.3.0 pybtex-0.24.0 pybtex-docutils-1.0.2 pygments-github-lexers-0.0.5 pyparsing-3.0.9 python-dateutil-2.8.2 requests-2.28.2 requests-oauthlib-1.3.1 rsa-4.9 rustworkx-0.12.1 scipy-1.10.1 semantic_version-2.10.0 six-1.16.0 sphinx-3.5.0 sphinx-automodapi-0.13 sphinx-copybutton-0.5.2 sphinx-gallery-0.12.2 sphinxcontrib-bibtex-2.4.2 tensorboard-2.11.2 tensorboard-data-server-0.6.1 tensorboard-plugin-wit-1.8.1 tensorflow-2.11.1 tensorflow-estimator-2.11.0 tensorflow-io-gcs-filesystem-0.33.0 tensornetwork-0.3.0 termcolor-2.3.0 toml-0.10.2 torch-1.9.0+cpu torchvision-0.10.0+cpu typing-extensions-4.7.1 tzdata-2023.3 urllib3-1.26.16 werkzeug-2.3.6 wrapt-1.15.0 xanadu-sphinx-theme-0.3.7 [rtd-command-info] start-time: 2023-08-11T13:33:34.596809Z, end-time: 2023-08-11T13:33:44.726855Z, duration: 10, exit-code: 0 python -m pip install --upgrade --upgrade-strategy only-if-needed --no-cache-dir . Processing /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/checkouts/latest Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting numpy<1.24 (from PennyLane==0.32.0.dev0) Downloading numpy-1.23.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.1/17.1 MB 74.0 MB/s eta 0:00:00 Requirement already satisfied: scipy in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from PennyLane==0.32.0.dev0) (1.10.1) Requirement already satisfied: networkx in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from PennyLane==0.32.0.dev0) (2.6) Requirement already satisfied: rustworkx in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from PennyLane==0.32.0.dev0) (0.12.1) Requirement already satisfied: autograd<=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from PennyLane==0.32.0.dev0) (1.5) Requirement already satisfied: toml in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from PennyLane==0.32.0.dev0) (0.10.2) Requirement already satisfied: appdirs in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from PennyLane==0.32.0.dev0) (1.4.4) Requirement already satisfied: semantic-version>=2.7 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from PennyLane==0.32.0.dev0) (2.10.0) Requirement already satisfied: autoray>=0.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from PennyLane==0.32.0.dev0) (0.6.6) Requirement already satisfied: cachetools in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from PennyLane==0.32.0.dev0) (5.3.1) Collecting pennylane-lightning>=0.31 (from PennyLane==0.32.0.dev0) Obtaining dependency information for pennylane-lightning>=0.31 from https://files.pythonhosted.org/packages/59/e7/a725505a4a54c77200db528cac4a73c12b39b9cf21e8c606d7ac644e3f76/PennyLane_Lightning-0.31.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading PennyLane_Lightning-0.31.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) Requirement already satisfied: requests in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from PennyLane==0.32.0.dev0) (2.28.2) Requirement already satisfied: typing-extensions in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from PennyLane==0.32.0.dev0) (4.7.1) Requirement already satisfied: future>=0.15.2 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from autograd<=1.5->PennyLane==0.32.0.dev0) (0.18.3) Requirement already satisfied: matplotlib>=3.3 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from networkx->PennyLane==0.32.0.dev0) (3.7.2) Requirement already satisfied: pandas>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from networkx->PennyLane==0.32.0.dev0) (2.0.3) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from requests->PennyLane==0.32.0.dev0) (3.2.0) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from requests->PennyLane==0.32.0.dev0) (3.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from requests->PennyLane==0.32.0.dev0) (1.26.16) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from requests->PennyLane==0.32.0.dev0) (2023.7.22) Requirement already satisfied: contourpy>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->PennyLane==0.32.0.dev0) (1.1.0) Requirement already satisfied: cycler>=0.10 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->PennyLane==0.32.0.dev0) (0.11.0) Requirement already satisfied: fonttools>=4.22.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->PennyLane==0.32.0.dev0) (4.42.0) Requirement already satisfied: kiwisolver>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->PennyLane==0.32.0.dev0) (1.4.4) Requirement already satisfied: packaging>=20.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->PennyLane==0.32.0.dev0) (23.1) Requirement already satisfied: pillow>=6.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->PennyLane==0.32.0.dev0) (10.0.0) Requirement already satisfied: pyparsing<3.1,>=2.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->PennyLane==0.32.0.dev0) (3.0.9) Requirement already satisfied: python-dateutil>=2.7 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->PennyLane==0.32.0.dev0) (2.8.2) Requirement already satisfied: importlib-resources>=3.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from matplotlib>=3.3->networkx->PennyLane==0.32.0.dev0) (6.0.1) Requirement already satisfied: pytz>=2020.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from pandas>=1.1->networkx->PennyLane==0.32.0.dev0) (2023.3) Requirement already satisfied: tzdata>=2022.1 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from pandas>=1.1->networkx->PennyLane==0.32.0.dev0) (2023.3) Requirement already satisfied: zipp>=3.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from importlib-resources>=3.2.0->matplotlib>=3.3->networkx->PennyLane==0.32.0.dev0) (3.16.2) Requirement already satisfied: six>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/xanaduai-pennylane/envs/latest/lib/python3.8/site-packages (from python-dateutil>=2.7->matplotlib>=3.3->networkx->PennyLane==0.32.0.dev0) (1.16.0) Downloading PennyLane_Lightning-0.31.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 174.6 MB/s eta 0:00:00 Building wheels for collected packages: PennyLane Building wheel for PennyLane (pyproject.toml): started Building wheel for PennyLane (pyproject.toml): finished with status 'done' Created wheel for PennyLane: filename=PennyLane-0.32.0.dev0-py3-none-any.whl size=1478892 sha256=5969ad938c3e1007929f1b1593f0a9b45a29a794584e6c0560263e2f1a4a1fdc Stored in directory: /tmp/pip-ephem-wheel-cache-epz0sp0m/wheels/f9/8c/4a/855b9711bbe04e90e7a549b79f48470ae9d33456c1974b1f65 Successfully built PennyLane Installing collected packages: numpy, pennylane-lightning, PennyLane Attempting uninstall: numpy Found existing installation: numpy 1.24.4 Uninstalling numpy-1.24.4: Successfully uninstalled numpy-1.24.4 Successfully installed PennyLane-0.32.0.dev0 numpy-1.23.5 pennylane-lightning-0.31.0 [rtd-command-info] start-time: 2023-08-11T13:33:48.543736Z, end-time: 2023-08-11T13:33:48.605566Z, duration: 0, exit-code: 0 cat doc/conf.py #!/usr/bin/env python3 # -*- coding: utf-8 -*- # # PennyLane documentation build configuration file, created by # sphinx-quickstart on Tue Apr 17 11:43:51 2018. # # This file is execfile()d with the current directory set to its # containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All configuration values have a default; values that are commented out # serve to show the default. import os import re import sys # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. sys.path.insert(0, os.path.abspath("..")) sys.path.insert(0, os.path.abspath("_ext")) sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(".")), "doc")) # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. needs_sphinx = "3.3" # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named "sphinx.ext.*") or your custom # ones. extensions = [ "sphinx.ext.autodoc", "sphinx.ext.autosummary", "sphinx.ext.todo", "sphinx.ext.coverage", "sphinx.ext.mathjax", "sphinx.ext.napoleon", "sphinx.ext.inheritance_diagram", "sphinx.ext.viewcode", "sphinxcontrib.bibtex", "sphinx.ext.graphviz", "sphinx.ext.intersphinx", "sphinx_automodapi.automodapi", "sphinx_copybutton", "m2r2", ] os.environ["SPHINX_BUILD"] = "1" autosummary_generate = True autosummary_imported_members = False automodapi_toctreedirnm = "code/api" automodapi_inheritance_diagram = False automodsumm_inherited_members = True # Hot fix for the error: 'You must configure the bibtex_bibfiles setting' bibtex_bibfiles = ["bibfile.bib"] copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: " copybutton_prompt_is_regexp = True intersphinx_mapping = {"https://pennylane.ai/qml/": None} mathjax_path = ( "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" ) ignore_warnings = [("code/api/qml_transforms*", "no module named pennylane.transforms")] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: source_suffix = ".rst" # The master toctree document. master_doc = "index" # General information about the project. project = "PennyLane" copyright = "2023, Xanadu Quantum Technologies" author = "Xanadu Inc." add_module_names = False # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. import pennylane # The full version, including alpha/beta/rc tags. release = pennylane.__version__ # The short X.Y version. version = re.match(r"^(\d+\.\d+)", release).expand(r"\1") # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. language = None # today_fmt is used as the format for a strftime call. today_fmt = "%Y-%m-%d" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] # If true, sectionauthor and moduleauthor directives will be shown in the # output. They are ignored by default. show_authors = True # The name of the Pygments (syntax highlighting) style to use. pygments_style = "sphinx" # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # html_theme = "nature" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. # html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". # html_title = None # A shorter title for the navigation bar. Default is the same as html_title. # html_short_title = None # The name of an image file (relative to this directory) to place at the top # of the sidebar. # html_logo = None # The name of an image file (relative to this directory) to use as a favicon of # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. # html_favicon = "_static/favicon.ico" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied # directly to the root of the documentation. html_extra_path = ["robots.txt"] # If not "", a "Last updated on:" timestamp is inserted at every page bottom, # using the given strftime format. # html_last_updated_fmt = "%b %d, %Y" # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. # html_use_smartypants = True # Custom sidebar templates, must be a dictionary that maps document names # to template names. # html_sidebars = { # "**": [ # ] # } # Additional templates that should be rendered to pages, maps page names to # template names. # html_additional_pages = {} # If false, no module index is generated. # html_domain_indices = True # If false, no index is generated. # html_use_index = True # If true, the index is split into individual pages for each letter. # html_split_index = False # If true, links to the reST sources are added to the pages. # html_show_sourcelink = True # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. # html_show_sphinx = True # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. # html_show_copyright = True # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. # html_use_opensearch = "" # This is the file name suffix for HTML files (e.g., ".xhtml"). # html_file_suffix = None # Language to be used for generating the HTML full-text search index. # Sphinx supports the following languages: # "da", "de", "en", "es", "fi", "fr", "h", "it", "ja" # "nl", "no", "pt", "ro", "r", "sv", "tr" # html_search_language = "en" # A dictionary with options for the search language support, empty by default. # Now only "ja" uses this config value # html_search_options = {"type": "default"} # The name of a javascript file (relative to the configuration directory) that # implements a search results scorer. If empty, the default will be used. # html_search_scorer = "scorer.js" # Output file base name for HTML help builder. htmlhelp_basename = "PennyLanedoc" # -- Xanadu theme --------------------------------------------------------- html_theme = "pennylane" # Xanadu theme options (see theme.conf for more information). html_theme_options = { "navbar_active_link": 4, "extra_copyrights": [ "TensorFlow, the TensorFlow logo, and any related marks are trademarks " "of Google Inc." ], "google_analytics_tracking_id": "G-C480Z9JL0D", } edit_on_github_project = "PennyLaneAI/pennylane" edit_on_github_branch = "master/doc" # -- Options for LaTeX output --------------------------------------------- latex_elements = { # The paper size ("letterpaper" or "a4paper"). # # "papersize": "letterpaper", # The font size ("10pt", "11pt" or "12pt"). # # "pointsize": "10pt", # Additional stuff for the LaTeX preamble. # # "preamble": "", # Latex figure (float) alignment # # "figure_align": "htbp", } latex_additional_files = ["macros.tex"] # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, "PennyLane.tex", "PennyLane Documentation", "Xanadu Inc.", "manual"), ] # -- Options for manual page output --------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [(master_doc, "pennylane", "PennyLane Documentation", [author], 1)] # -- Options for Texinfo output ------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ ( master_doc, "PennyLane", "PennyLane Documentation", author, "PennyLane", "Xanadu quantum machine learning library.", "Miscellaneous", ), ] # ============================================================ # the order in which autodoc lists the documented members autodoc_member_order = "bysource" # remove types from function signatures autodoc_typehints = "none" # inheritance_diagram graphviz attributes inheritance_node_attrs = dict(color="lightskyblue1", style="filled") ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Add RTD Theme only if they aren't overriding it already using_rtd_theme = ( ( 'html_theme' in globals() and html_theme in ['default'] and # Allow people to bail with a hack of having an html_style 'html_style' not in globals() ) or 'html_theme' not in globals() ) if using_rtd_theme: html_theme = 'sphinx_rtd_theme' html_style = None html_theme_options = {} # This following legacy behavior will gradually be sliced out until its deprecated and removed. # Skipped for Sphinx 6+ # Skipped by internal Feature flag SKIP_SPHINX_HTML_THEME_PATH # Skipped by all new projects since SKIP_SPHINX_HTML_THEME_PATH's introduction (jan 2023) if ( using_rtd_theme and version_info < (6,0) and not False ): theme = importlib.import_module('sphinx_rtd_theme') if 'html_theme_path' in globals(): html_theme_path.append(theme.get_html_theme_path()) else: html_theme_path = [theme.get_html_theme_path()] # Define websupport2_base_url and websupport2_static_url if globals().get('websupport2_base_url', False): websupport2_base_url = 'https://readthedocs.com/websupport' websupport2_static_url = 'https://assets.readthedocs.com/' #Add project information to the template context. context = { 'using_theme': using_rtd_theme, 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ("latest", "/en/latest/"), ("stable", "/en/stable/"), ("v0.30.0", "/en/v0.30.0/"), ], 'downloads': [ ("html", "//docs.pennylane.ai/_/downloads/en/latest/htmlzip/"), ], 'subprojects': [ ("xanaduai-pennylane-lightning", "https://docs.pennylane.ai/projects/lightning/en/stable/"), ("xanaduai-pennylane-cirq", "https://docs.pennylane.ai/projects/cirq/en/latest/"), ("xanaduai-pennylane-aqt", "https://docs.pennylane.ai/projects/aqt/en/latest/"), ("xanaduai-pennylane-lightning-gpu", "https://docs.pennylane.ai/projects/lightning-gpu/en/latest/"), ("xanaduai-pennylane-qiskit", "https://docs.pennylane.ai/projects/qiskit/en/latest/"), ("xanaduai-pennylane-sf", "https://docs.pennylane.ai/projects/strawberryfields/en/latest/"), ("xanaduai-pennylane-qsharp", "https://docs.pennylane.ai/projects/qsharp/en/latest/"), ("xanaduai-pennylane-qulacs", "https://docs.pennylane.ai/projects/qulacs/en/latest/"), ("xanaduai-pennylane-forest", "https://docs.pennylane.ai/projects/rigetti/en/latest/"), ("xanaduai-pennylane-honeywell", "https://docs.pennylane.ai/projects/honeywell/en/latest/"), ("xanaduai-pennylane-ionq", "https://docs.pennylane.ai/projects/ionq/en/latest/"), ("xanaduai-pennylane-orquestra", "https://docs.pennylane.ai/projects/orquestra/en/latest/"), ("xanaduai-pennylane-pq", "https://docs.pennylane.ai/projects/projectq/en/latest/"), ("xanaduai-pennylane-lightning-kokkos", "https://docs.pennylane.ai/projects/lightning-kokkos/en/latest/"), ("xanaduai-pennylane-sphinx-theme", "https://docs.pennylane.ai/projects/sphinx-theme/en/latest/"), ("xanaduai-catalyst", "https://docs.pennylane.ai/projects/catalyst/en/latest/"), ], 'slug': 'xanaduai-pennylane', 'name': u'pennylane', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/doc/', 'api_host': 'https://readthedocs.com', 'github_user': 'PennyLaneAI', 'proxied_api_host': '/_', 'github_repo': 'pennylane', 'github_version': 'master', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'master', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'master', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': '', 'global_analytics_code': 'UA-17997319-2', 'commit': 'f48eb5ff', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): for key in context: if key not in html_context: html_context[key] = context[key] else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/xanaduai-pennylane/builds/1655780/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build'])