Read the Docs build information Build id: 2156898 Project: nvidia-nemo Version: 8937 Commit: 0f46b432e260a64b5a03493ce88b2f01ce734a95 Date: 2024-04-17T00:27:40.090695Z State: finished Success: False [rtd-command-info] start-time: 2024-04-17T00:27:41.393628Z, end-time: 2024-04-17T00:27:44.980094Z, duration: 3, exit-code: 0 git clone --depth 1 https://github.com/NVIDIA/NeMo.git . Cloning into '.'... [rtd-command-info] start-time: 2024-04-17T00:27:45.046370Z, end-time: 2024-04-17T00:27:45.767447Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/8937/head:external-8937 From https://github.com/NVIDIA/NeMo * [new ref] refs/pull/8937/head -> external-8937 [rtd-command-info] start-time: 2024-04-17T00:27:45.924559Z, end-time: 2024-04-17T00:27:46.743218Z, duration: 0, exit-code: 0 git checkout --force 0f46b432e260a64b5a03493ce88b2f01ce734a95 Note: switching to '0f46b432e260a64b5a03493ce88b2f01ce734a95'. 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 0f46b43 update README [rtd-command-info] start-time: 2024-04-17T00:27:46.809081Z, end-time: 2024-04-17T00:27:46.876514Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-04-17T00:27:46.949210Z, end-time: 2024-04-17T00:27:47.009838Z, duration: 0, exit-code: 0 cat .readthedocs.yml # ============================================================================= # Copyright (c) 2020 NVIDIA. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ============================================================================= # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required field. version: 2 build: os: ubuntu-22.04 tools: python: "3.10" # Build documentation in the docs/ directory with Sphinx. sphinx: configuration: docs/source/conf.py # Set the version of Python and requirements required to build your docs python: install: - requirements: requirements/requirements_docs.txt [rtd-command-info] start-time: 2024-04-17T00:27:52.300122Z, end-time: 2024-04-17T00:27:52.381381Z, duration: 0, exit-code: 0 asdf global python 3.10.13 [rtd-command-info] start-time: 2024-04-17T00:27:52.808161Z, end-time: 2024-04-17T00:27:54.226167Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.10.13.final.0-64 in 850ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937, 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: 2024-04-17T00:27:54.295683Z, end-time: 2024-04-17T00:28:05.578242Z, duration: 11, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (23.1) Collecting pip Downloading pip-24.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 12.3 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (67.6.1) Collecting setuptools Downloading setuptools-69.5.1-py3-none-any.whl (894 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 894.6/894.6 kB 25.6 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-24.0 setuptools-69.5.1 [rtd-command-info] start-time: 2024-04-17T00:28:05.660992Z, end-time: 2024-04-17T00:28:15.365713Z, duration: 9, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-7.3.1-py3-none-any.whl.metadata (6.0 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl.metadata (2.4 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB) Collecting Pygments>=2.14 (from sphinx) Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB) Collecting docutils<0.22,>=0.18.1 (from sphinx) Downloading docutils-0.21.1-py3-none-any.whl.metadata (2.7 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting babel>=2.9 (from sphinx) Downloading Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB) Collecting alabaster~=0.7.14 (from sphinx) Downloading alabaster-0.7.16-py3-none-any.whl.metadata (2.9 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.25.0 (from sphinx) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) Collecting tomli>=2 (from sphinx) Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-7.3.1-py3-none-any.whl (3.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 61.7 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB) Downloading alabaster-0.7.16-py3-none-any.whl (13 kB) Downloading Babel-2.14.0-py3-none-any.whl (11.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.0/11.0 MB 129.0 MB/s eta 0:00:00 Downloading docutils-0.21.1-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 169.9 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 169.3 MB/s eta 0:00:00 Downloading packaging-24.0-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 125.6 MB/s eta 0:00:00 Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 169.8 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 149.3 MB/s eta 0:00:00 Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 152.4 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 157.0 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 146.3 MB/s eta 0:00:00 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 167.2 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 157.9 MB/s eta 0:00:00 Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 242.1 MB/s eta 0:00:00 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 163.7 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.1/142.1 kB 146.3 MB/s eta 0:00:00 Downloading idna-3.7-py3-none-any.whl (66 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 135.9 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 142.4 MB/s eta 0:00:00 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, readthedocs-sphinx-ext Successfully installed Jinja2-3.1.3 MarkupSafe-2.1.5 Pygments-2.17.2 alabaster-0.7.16 babel-2.14.0 certifi-2024.2.2 charset-normalizer-3.3.2 docutils-0.21.1 idna-3.7 imagesize-1.4.1 packaging-24.0 readthedocs-sphinx-ext-2.2.5 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.3.1 sphinxcontrib-applehelp-1.0.8 sphinxcontrib-devhelp-1.0.6 sphinxcontrib-htmlhelp-2.0.5 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.7 sphinxcontrib-serializinghtml-1.1.10 tomli-2.0.1 urllib3-2.2.1 [rtd-command-info] start-time: 2024-04-17T00:28:15.442060Z, end-time: 2024-04-17T00:28:27.240815Z, duration: 11, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements/requirements_docs.txt Collecting boto3 (from -r requirements/requirements_docs.txt (line 1)) Downloading boto3-1.34.85-py3-none-any.whl.metadata (6.6 kB) Requirement already satisfied: Jinja2 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from -r requirements/requirements_docs.txt (line 2)) (3.1.3) Collecting latexcodec (from -r requirements/requirements_docs.txt (line 3)) Downloading latexcodec-3.0.0-py3-none-any.whl.metadata (4.9 kB) Collecting numpy (from -r requirements/requirements_docs.txt (line 4)) Downloading numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 3.8 MB/s eta 0:00:00 Collecting pydata-sphinx-theme (from -r requirements/requirements_docs.txt (line 5)) Downloading pydata_sphinx_theme-0.15.2-py3-none-any.whl.metadata (7.3 kB) Requirement already satisfied: Sphinx in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from -r requirements/requirements_docs.txt (line 6)) (7.3.1) Collecting sphinx-book-theme (from -r requirements/requirements_docs.txt (line 7)) Downloading sphinx_book_theme-1.1.2-py3-none-any.whl.metadata (5.7 kB) Collecting sphinx-copybutton (from -r requirements/requirements_docs.txt (line 8)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl.metadata (3.2 kB) Collecting sphinxcontrib-bibtex (from -r requirements/requirements_docs.txt (line 9)) Downloading sphinxcontrib_bibtex-2.6.2-py3-none-any.whl.metadata (6.1 kB) Collecting sphinxext-opengraph (from -r requirements/requirements_docs.txt (line 10)) Downloading sphinxext_opengraph-0.9.1-py3-none-any.whl.metadata (6.5 kB) Requirement already satisfied: urllib3 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from -r requirements/requirements_docs.txt (line 11)) (2.2.1) Collecting wrapt (from -r requirements/requirements_docs.txt (line 12)) Downloading wrapt-1.16.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) Collecting botocore<1.35.0,>=1.34.85 (from boto3->-r requirements/requirements_docs.txt (line 1)) Downloading botocore-1.34.85-py3-none-any.whl.metadata (5.7 kB) Collecting jmespath<2.0.0,>=0.7.1 (from boto3->-r requirements/requirements_docs.txt (line 1)) Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) Collecting s3transfer<0.11.0,>=0.10.0 (from boto3->-r requirements/requirements_docs.txt (line 1)) Downloading s3transfer-0.10.1-py3-none-any.whl.metadata (1.7 kB) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from Jinja2->-r requirements/requirements_docs.txt (line 2)) (2.1.5) Collecting beautifulsoup4 (from pydata-sphinx-theme->-r requirements/requirements_docs.txt (line 5)) Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB) Requirement already satisfied: docutils!=0.17.0 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from pydata-sphinx-theme->-r requirements/requirements_docs.txt (line 5)) (0.21.1) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from pydata-sphinx-theme->-r requirements/requirements_docs.txt (line 5)) (24.0) Requirement already satisfied: Babel in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from pydata-sphinx-theme->-r requirements/requirements_docs.txt (line 5)) (2.14.0) Requirement already satisfied: pygments>=2.7 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from pydata-sphinx-theme->-r requirements/requirements_docs.txt (line 5)) (2.17.2) Collecting accessible-pygments (from pydata-sphinx-theme->-r requirements/requirements_docs.txt (line 5)) Downloading accessible_pygments-0.0.4-py2.py3-none-any.whl.metadata (6.0 kB) Collecting typing-extensions (from pydata-sphinx-theme->-r requirements/requirements_docs.txt (line 5)) Downloading typing_extensions-4.11.0-py3-none-any.whl.metadata (3.0 kB) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from Sphinx->-r requirements/requirements_docs.txt (line 6)) (1.0.8) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from Sphinx->-r requirements/requirements_docs.txt (line 6)) (1.0.6) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from Sphinx->-r requirements/requirements_docs.txt (line 6)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from Sphinx->-r requirements/requirements_docs.txt (line 6)) (2.0.5) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from Sphinx->-r requirements/requirements_docs.txt (line 6)) (1.1.10) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from Sphinx->-r requirements/requirements_docs.txt (line 6)) (1.0.7) Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from Sphinx->-r requirements/requirements_docs.txt (line 6)) (2.2.0) Requirement already satisfied: alabaster~=0.7.14 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from Sphinx->-r requirements/requirements_docs.txt (line 6)) (0.7.16) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from Sphinx->-r requirements/requirements_docs.txt (line 6)) (1.4.1) Requirement already satisfied: requests>=2.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from Sphinx->-r requirements/requirements_docs.txt (line 6)) (2.31.0) Requirement already satisfied: tomli>=2 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from Sphinx->-r requirements/requirements_docs.txt (line 6)) (2.0.1) Collecting pybtex>=0.24 (from sphinxcontrib-bibtex->-r requirements/requirements_docs.txt (line 9)) Downloading pybtex-0.24.0-py2.py3-none-any.whl.metadata (2.0 kB) Collecting pybtex-docutils>=1.0.0 (from sphinxcontrib-bibtex->-r requirements/requirements_docs.txt (line 9)) Downloading pybtex_docutils-1.0.3-py3-none-any.whl.metadata (4.3 kB) Collecting python-dateutil<3.0.0,>=2.1 (from botocore<1.35.0,>=1.34.85->boto3->-r requirements/requirements_docs.txt (line 1)) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting PyYAML>=3.01 (from pybtex>=0.24->sphinxcontrib-bibtex->-r requirements/requirements_docs.txt (line 9)) Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting six (from pybtex>=0.24->sphinxcontrib-bibtex->-r requirements/requirements_docs.txt (line 9)) Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from requests>=2.25.0->Sphinx->-r requirements/requirements_docs.txt (line 6)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from requests>=2.25.0->Sphinx->-r requirements/requirements_docs.txt (line 6)) (3.7) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages (from requests>=2.25.0->Sphinx->-r requirements/requirements_docs.txt (line 6)) (2024.2.2) Collecting soupsieve>1.2 (from beautifulsoup4->pydata-sphinx-theme->-r requirements/requirements_docs.txt (line 5)) Downloading soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB) Downloading boto3-1.34.85-py3-none-any.whl (139 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.3/139.3 kB 7.9 MB/s eta 0:00:00 Downloading latexcodec-3.0.0-py3-none-any.whl (18 kB) Downloading numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 79.9 MB/s eta 0:00:00 Downloading pydata_sphinx_theme-0.15.2-py3-none-any.whl (4.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 135.9 MB/s eta 0:00:00 Downloading sphinx_book_theme-1.1.2-py3-none-any.whl (400 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 400.8/400.8 kB 262.1 MB/s eta 0:00:00 Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Downloading sphinxcontrib_bibtex-2.6.2-py3-none-any.whl (40 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 240.5 MB/s eta 0:00:00 Downloading sphinxext_opengraph-0.9.1-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 194.1 MB/s eta 0:00:00 Downloading wrapt-1.16.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.3/80.3 kB 269.8 MB/s eta 0:00:00 Downloading botocore-1.34.85-py3-none-any.whl (12.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.1/12.1 MB 175.5 MB/s eta 0:00:00 Downloading jmespath-1.0.1-py3-none-any.whl (20 kB) Downloading pybtex-0.24.0-py2.py3-none-any.whl (561 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.4/561.4 kB 294.4 MB/s eta 0:00:00 Downloading pybtex_docutils-1.0.3-py3-none-any.whl (6.4 kB) Downloading s3transfer-0.10.1-py3-none-any.whl (82 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.2/82.2 kB 258.1 MB/s eta 0:00:00 Downloading accessible_pygments-0.0.4-py2.py3-none-any.whl (29 kB) Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.9/147.9 kB 280.0 MB/s eta 0:00:00 Downloading typing_extensions-4.11.0-py3-none-any.whl (34 kB) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 266.1 MB/s eta 0:00:00 Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 705.5/705.5 kB 264.7 MB/s eta 0:00:00 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Downloading soupsieve-2.5-py3-none-any.whl (36 kB) Installing collected packages: wrapt, typing-extensions, soupsieve, six, PyYAML, numpy, latexcodec, jmespath, accessible-pygments, python-dateutil, pybtex, beautifulsoup4, sphinxext-opengraph, sphinx-copybutton, pydata-sphinx-theme, pybtex-docutils, botocore, sphinxcontrib-bibtex, sphinx-book-theme, s3transfer, boto3 Successfully installed PyYAML-6.0.1 accessible-pygments-0.0.4 beautifulsoup4-4.12.3 boto3-1.34.85 botocore-1.34.85 jmespath-1.0.1 latexcodec-3.0.0 numpy-1.26.4 pybtex-0.24.0 pybtex-docutils-1.0.3 pydata-sphinx-theme-0.15.2 python-dateutil-2.9.0.post0 s3transfer-0.10.1 six-1.16.0 soupsieve-2.5 sphinx-book-theme-1.1.2 sphinx-copybutton-0.5.2 sphinxcontrib-bibtex-2.6.2 sphinxext-opengraph-0.9.1 typing-extensions-4.11.0 wrapt-1.16.0 [rtd-command-info] start-time: 2024-04-17T00:28:27.769171Z, end-time: 2024-04-17T00:28:27.827033Z, duration: 0, exit-code: 0 cat docs/source/conf.py #!/usr/bin/env python3 # -*- coding: utf-8 -*- # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. import os import re import sys import glob import sphinx_book_theme # 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("../../nemo")) from package_info import __version__ templates_path = ["_templates"] autodoc_mock_imports = [ 'torch', 'torch.nn', 'torch.utils', 'torch.optim', 'torch.utils.data', 'torch.utils.data.sampler', 'torchtext', 'torchvision', 'ruamel.yaml', # ruamel.yaml has ., which is troublesome for this regex 'hydra', # hydra-core in requirements, hydra during import 'dateutil', # part of core python 'transformers.tokenization_bert', # has ., troublesome for this regex 'sklearn', # scikit_learn in requirements, sklearn in import 'nemo_text_processing.inverse_text_normalization', # Not installed automatically 'nemo_text_processing.text_normalization', # Not installed automatically 'attr', # attrdict in requirements, attr in import 'torchmetrics', # inherited from PTL 'lightning_utilities', # inherited from PTL 'lightning_fabric', 'apex', 'megatron.core', 'transformer_engine', 'joblib', # inherited from optional code 'IPython', 'ipadic', 'psutil', 'regex', 'PIL', 'boto3', 'taming', 'cytoolz', # for adapters 'megatron', # for nlp ] _skipped_autodoc_mock_imports = ['wrapt', 'numpy'] for req_path in sorted(list(glob.glob("../../requirements/*.txt"))): if "docs.txt" in req_path: continue req_file = os.path.abspath(os.path.expanduser(req_path)) with open(req_file, 'r') as f: for line in f: line = line.replace("\n", "") req = re.search(r"([a-zA-Z0-9-_]*)", line) if req: req = req.group(1) req = req.replace("-", "_") if req not in autodoc_mock_imports: if req in _skipped_autodoc_mock_imports: print(f"Skipping req : `{req}` (lib {line})") continue autodoc_mock_imports.append(req) print(f"Adding req : `{req}` to autodoc mock requirements (lib {line})") else: print(f"`{req}` already added to autodoc mock requirements (lib {line})") # # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. # # needs_sphinx = '1.0' # 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.todo", "sphinx.ext.coverage", "sphinx.ext.mathjax", "sphinx.ext.ifconfig", "sphinx.ext.viewcode", "sphinx.ext.napoleon", "sphinx.ext.githubpages", "sphinxcontrib.bibtex", "sphinx.ext.inheritance_diagram", "sphinx.ext.intersphinx", "sphinx.ext.autosectionlabel", "sphinxcontrib.bibtex", "sphinx_copybutton", "sphinxext.opengraph", ] bibtex_bibfiles = [ 'asr/asr_all.bib', 'nlp/nlp_all.bib', 'nlp/text_normalization/tn_itn_all.bib', 'tools/tools_all.bib', 'tts/tts_all.bib', 'text_processing/text_processing_all.bib', 'core/adapters/adapter_bib.bib', 'multimodal/mm_all.bib', 'vision/vision_all.bib', ] intersphinx_mapping = { 'pytorch': ('https://pytorch.org/docs/stable', None), 'pytorch-lightning': ('https://pytorch-lightning.readthedocs.io/en/latest/', None), } # Set default flags for all classes. autodoc_default_options = {'members': None, 'undoc-members': None, 'show-inheritance': True} locale_dirs = ['locale/'] # path is example but recommended. gettext_compact = False # optional. # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] source_suffix = ".rst" # The master toctree document. master_doc = "index" # General information about the project. project = "NVIDIA NeMo" copyright = "© 2021-2023 NVIDIA Corporation & Affiliates. All rights reserved." author = "NVIDIA CORPORATION" # 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. # The short X.Y version. # version = "0.10.0" version = __version__ # The full version, including alpha/beta/rc tags. # release = "0.9.0" release = __version__ # 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 # 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 = [] # The name of the Pygments (syntax highlighting) style to use. pygments_style = "default" ### Previous NeMo theme # # NVIDIA theme settings. # html_theme = 'nvidia_theme' # html_theme_path = ["."] # html_theme_options = { # 'display_version': True, # 'project_version': version, # 'project_name': project, # 'logo_path': None, # 'logo_only': True, # } # html_title = 'Introduction' # html_logo = html_theme_options["logo_path"] # html_sidebars = { # "**": ["navbar-logo.html", "search-field.html", "sbt-sidebar-nav.html"] # } # -- Options for HTMLHelp output ------------------------------------------ # Output file base name for HTML help builder. htmlhelp_basename = "nemodoc" ### from TLT conf.py # -- 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_path = [sphinx_rtd_theme.get_html_theme_path()] html_theme = "sphinx_book_theme" html_logo = os.path.join('nv_logo.png') html_title = 'NVIDIA NeMo' html_theme_options = { 'logo_only': False, 'display_version': True, # 'prev_next_buttons_location': 'bottom', # 'style_external_links': False, # 'style_nav_header_background': '#000000', # Toc options 'collapse_navigation': False, # 'sticky_navigation': False, 'navigation_depth': 10, # 'includehidden': False, # 'titles_only': False, # Sphinx Book theme, 'repository_url': 'https://github.com/NVIDIA/NeMo', 'use_repository_button': True, 'show_navbar_depth': 1, 'show_toc_level': 10, } # 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_favicon = 'favicon.ico' html_static_path = ['_static'] html_last_updated_fmt = '' def setup(app): app.add_css_file('css/custom.css') app.add_js_file('js/pk_scripts.js') # html_css_files = [ # './custom.css', # ] # html_js_files = [ # './pk_scripts.js', # ] # OpenGraph settings ogp_site_url = 'https://nvidia.github.io/NeMo/' ogp_image = 'https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/_static/nv_logo.png' # MathJax CDN # follow recommendation here https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.mathjax mathjax_path = "https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML" ########################################################################### # 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') # Define this variable in case it's not defined by the user. # It defaults to `alabaster` which is the default from Sphinx. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme html_theme = globals().get('html_theme', 'alabaster') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "8937", 'version_slug': "8937", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/deeplearning/nemo/user-guide/docs/_/static/", 'versions': [ ("stable", "/en/stable/"), ("v1.23.0", "/en/v1.23.0/"), ("v1.22.0", "/en/v1.22.0/"), ("v1.21.0", "/en/v1.21.0/"), ("v1.20.0", "/en/v1.20.0/"), ("v1.19.1", "/en/v1.19.1/"), ("v1.19.0", "/en/v1.19.0/"), ("v1.18.1", "/en/v1.18.1/"), ("v1.18.0", "/en/v1.18.0/"), ("v1.17.0", "/en/v1.17.0/"), ("v1.16.0", "/en/v1.16.0/"), ("v1.15.0", "/en/v1.15.0/"), ("v1.10.0", "/en/v1.10.0/"), ("v1.0.0", "/en/v1.0.0/"), ("main", "/en/main/"), ], 'downloads': [ ], 'subprojects': [ ], 'slug': 'nvidia-nemo', 'name': u'NeMo', 'rtd_language': u'en', 'programming_language': u'py', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/docs/source/', 'api_host': 'https://readthedocs.com', 'github_user': 'NVIDIA', 'proxied_api_host': '/deeplearning/nemo/user-guide/docs/_', 'github_repo': 'NeMo', 'github_version': '0f46b432e260a64b5a03493ce88b2f01ce734a95', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': '0f46b432e260a64b5a03493ce88b2f01ce734a95', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': '0f46b432e260a64b5a03493ce88b2f01ce734a95', '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': '0f46b432', } # 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 'external' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'https://github.com/NVIDIA/NeMo/pull/8937' readthedocs_build_url = 'https://readthedocs.com/projects/nvidia-nemo/builds/2156898/' 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']) [rtd-command-info] start-time: 2024-04-17T00:28:27.901168Z, end-time: 2024-04-17T00:28:28.803488Z, duration: 0, exit-code: 2 python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v7.3.1 WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English). Adding req : `huggingface_hub` to autodoc mock requirements (lib huggingface_hub>=0.20.3) Adding req : `numba` to autodoc mock requirements (lib numba) Skipping req : `numpy` (lib numpy>=1.22) Adding req : `onnx` to autodoc mock requirements (lib onnx>=1.7.0) Adding req : `python_dateutil` to autodoc mock requirements (lib python-dateutil) Adding req : `ruamel` to autodoc mock requirements (lib ruamel.yaml) Adding req : `scikit_learn` to autodoc mock requirements (lib scikit-learn) Adding req : `setuptools` to autodoc mock requirements (lib setuptools>=65.5.1) Adding req : `tensorboard` to autodoc mock requirements (lib tensorboard) Adding req : `text_unidecode` to autodoc mock requirements (lib text-unidecode) `torch` already added to autodoc mock requirements (lib torch) Adding req : `tqdm` to autodoc mock requirements (lib tqdm>=4.41.0) Adding req : `wget` to autodoc mock requirements (lib wget) Skipping req : `wrapt` (lib wrapt) Adding req : `braceexpand` to autodoc mock requirements (lib braceexpand) Adding req : `editdistance` to autodoc mock requirements (lib editdistance) Adding req : `g2p_en` to autodoc mock requirements (lib g2p_en) Adding req : `ipywidgets` to autodoc mock requirements (lib ipywidgets) Adding req : `jiwer` to autodoc mock requirements (lib jiwer) Adding req : `kaldi_python_io` to autodoc mock requirements (lib kaldi-python-io) Adding req : `kaldiio` to autodoc mock requirements (lib kaldiio) Adding req : `lhotse` to autodoc mock requirements (lib lhotse>=1.22.0) Adding req : `librosa` to autodoc mock requirements (lib librosa>=0.10.0) Adding req : `marshmallow` to autodoc mock requirements (lib marshmallow) Adding req : `matplotlib` to autodoc mock requirements (lib matplotlib) Adding req : `packaging` to autodoc mock requirements (lib packaging) Adding req : `pyannote` to autodoc mock requirements (lib pyannote.core) `pyannote` already added to autodoc mock requirements (lib pyannote.metrics) Adding req : `pydub` to autodoc mock requirements (lib pydub) Adding req : `pyloudnorm` to autodoc mock requirements (lib pyloudnorm) Adding req : `resampy` to autodoc mock requirements (lib resampy) `ruamel` already added to autodoc mock requirements (lib ruamel.yaml) Adding req : `scipy` to autodoc mock requirements (lib scipy>=0.14) Adding req : `soundfile` to autodoc mock requirements (lib soundfile) Adding req : `sox` to autodoc mock requirements (lib sox) Adding req : `texterrors` to autodoc mock requirements (lib texterrors) Adding req : `datasets` to autodoc mock requirements (lib datasets) Adding req : `inflect` to autodoc mock requirements (lib inflect) Adding req : `pandas` to autodoc mock requirements (lib pandas) Adding req : `sacremoses` to autodoc mock requirements (lib sacremoses>=0.0.43) Adding req : `sentencepiece` to autodoc mock requirements (lib sentencepiece<1.0.0) Adding req : `hydra_core` to autodoc mock requirements (lib hydra-core>1.3,<=1.3.2) Adding req : `omegaconf` to autodoc mock requirements (lib omegaconf<=2.3) Adding req : `pytorch_lightning` to autodoc mock requirements (lib pytorch-lightning>=2.2.1) `torchmetrics` already added to autodoc mock requirements (lib torchmetrics>=0.11.0) Adding req : `transformers` to autodoc mock requirements (lib transformers>=4.36.0) Adding req : `wandb` to autodoc mock requirements (lib wandb) Adding req : `webdataset` to autodoc mock requirements (lib webdataset>=0.2.86) Adding req : `addict` to autodoc mock requirements (lib addict) Adding req : `clip` to autodoc mock requirements (lib clip) Adding req : `diffusers` to autodoc mock requirements (lib diffusers>=0.19.3) Adding req : `einops_exts` to autodoc mock requirements (lib einops_exts) Adding req : `imageio` to autodoc mock requirements (lib imageio) Adding req : `kornia` to autodoc mock requirements (lib kornia) Adding req : `nerfacc` to autodoc mock requirements (lib nerfacc>=0.5.3) Adding req : `open_clip_torch` to autodoc mock requirements (lib open_clip_torch) Adding req : `PyMCubes` to autodoc mock requirements (lib PyMCubes) Adding req : `taming_transformers` to autodoc mock requirements (lib taming-transformers) Adding req : `torchdiffeq` to autodoc mock requirements (lib torchdiffeq) Adding req : `torchsde` to autodoc mock requirements (lib torchsde) Adding req : `trimesh` to autodoc mock requirements (lib trimesh) `boto3` already added to autodoc mock requirements (lib boto3) Adding req : `einops` to autodoc mock requirements (lib einops) Adding req : `faiss_cpu` to autodoc mock requirements (lib faiss-cpu) Adding req : `fasttext` to autodoc mock requirements (lib fasttext) Adding req : `flask_restful` to autodoc mock requirements (lib flask_restful) Adding req : `ftfy` to autodoc mock requirements (lib ftfy) Adding req : `gdown` to autodoc mock requirements (lib gdown) Adding req : `h5py` to autodoc mock requirements (lib h5py) Adding req : `ijson` to autodoc mock requirements (lib ijson) Adding req : `jieba` to autodoc mock requirements (lib jieba) Adding req : `markdown2` to autodoc mock requirements (lib markdown2) `matplotlib` already added to autodoc mock requirements (lib matplotlib>=3.3.2) Adding req : `megatron_core` to autodoc mock requirements (lib megatron_core==0.5.0) Adding req : `nltk` to autodoc mock requirements (lib nltk>=3.6.5) Adding req : `opencc` to autodoc mock requirements (lib opencc<1.1.7) Adding req : `pangu` to autodoc mock requirements (lib pangu) Adding req : `rapidfuzz` to autodoc mock requirements (lib rapidfuzz) Adding req : `rouge_score` to autodoc mock requirements (lib rouge_score) Adding req : `sacrebleu` to autodoc mock requirements (lib sacrebleu # manually install sacrebleu[ja] for Japanese support; MeCab is unsupported in Python 3.11+) Adding req : `sentence_transformers` to autodoc mock requirements (lib sentence_transformers) Adding req : `tensorstore` to autodoc mock requirements (lib tensorstore<0.1.46) Adding req : `zarr` to autodoc mock requirements (lib zarr) `jiwer` already added to autodoc mock requirements (lib jiwer>=2.0.0) Adding req : `progress` to autodoc mock requirements (lib progress>=1.5) Adding req : `tabulate` to autodoc mock requirements (lib tabulate>=0.8.7) Adding req : `textdistance` to autodoc mock requirements (lib textdistance>=4.1.5) `tqdm` already added to autodoc mock requirements (lib tqdm) Adding req : `black` to autodoc mock requirements (lib black==19.10b0) Adding req : `click` to autodoc mock requirements (lib click==8.0.2) Adding req : `isort` to autodoc mock requirements (lib isort>5.1.0,<6.0.0) Adding req : `parameterized` to autodoc mock requirements (lib parameterized) Adding req : `pytest` to autodoc mock requirements (lib pytest) Adding req : `pytest_runner` to autodoc mock requirements (lib pytest-runner) `ruamel` already added to autodoc mock requirements (lib ruamel.yaml) Adding req : `sphinx` to autodoc mock requirements (lib sphinx) Adding req : `sphinxcontrib_bibtex` to autodoc mock requirements (lib sphinxcontrib-bibtex) `wandb` already added to autodoc mock requirements (lib wandb) `wget` already added to autodoc mock requirements (lib wget) Skipping req : `wrapt` (lib wrapt) Adding req : `attrdict` to autodoc mock requirements (lib attrdict) `einops` already added to autodoc mock requirements (lib einops) `jieba` already added to autodoc mock requirements (lib jieba) `kornia` already added to autodoc mock requirements (lib kornia) `librosa` already added to autodoc mock requirements (lib librosa) `matplotlib` already added to autodoc mock requirements (lib matplotlib) Adding req : `` to autodoc mock requirements (lib # pynini does not currently support aarch, disable nemo_text_processing for now) Adding req : `nemo_text_processing` to autodoc mock requirements (lib nemo_text_processing; 'arm' not in platform_machine and 'aarch' not in platform_machine) `nltk` already added to autodoc mock requirements (lib nltk) `pandas` already added to autodoc mock requirements (lib pandas) Adding req : `pypinyin` to autodoc mock requirements (lib pypinyin) Adding req : `pypinyin_dict` to autodoc mock requirements (lib pypinyin-dict) matplotlib is not installed, social cards will not be generated making output directory... done checking bibtex cache... out of date parsing bibtex file /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/checkouts/8937/docs/source/asr/asr_all.bib... parsed 113 entries parsing bibtex file /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/checkouts/8937/docs/source/nlp/nlp_all.bib... parsed 35 entries parsing bibtex file /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/checkouts/8937/docs/source/nlp/text_normalization/tn_itn_all.bib... parsed 9 entries parsing bibtex file /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/checkouts/8937/docs/source/tools/tools_all.bib... parsed 1 entries parsing bibtex file /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/checkouts/8937/docs/source/tts/tts_all.bib... parsed 17 entries parsing bibtex file /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/checkouts/8937/docs/source/text_processing/text_processing_all.bib... WARNING: could not open bibtex file /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/checkouts/8937/docs/source/text_processing/text_processing_all.bib. parsing bibtex file /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/checkouts/8937/docs/source/core/adapters/adapter_bib.bib... parsed 2 entries parsing bibtex file /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/checkouts/8937/docs/source/multimodal/mm_all.bib... parsed 23 entries parsing bibtex file /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/checkouts/8937/docs/source/vision/vision_all.bib... parsed 2 entries Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages/sphinx/cmd/build.py", line 332, in build_main app = Sphinx(args.sourcedir, args.confdir, args.outputdir, File "/home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages/sphinx/application.py", line 268, in __init__ self._init_builder() File "/home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages/sphinx/application.py", line 338, in _init_builder self.builder.init() File "/home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages/sphinx/builders/html/__init__.py", line 228, in init self.init_templates() File "/home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages/sphinx/builders/html/__init__.py", line 278, in init_templates self.theme = theme_factory.create(theme_name) File "/home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages/sphinx/theming.py", line 228, in create themes, theme_dirs, tmp_dirs = _load_theme_with_ancestors(self._themes, name) File "/home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/8937/lib/python3.10/site-packages/sphinx/theming.py", line 266, in _load_theme_with_ancestors raise ThemeError(msg) sphinx.errors.ThemeError: The 'sphinx_book_theme' theme inherits from 'pydata_sphinx_theme', which is not a loaded theme. Loaded themes are: agogo, alabaster, basic, bizstyle, classic, default, epub, haiku, nature, nonav, pyramid, scrolls, sphinx_book_theme, sphinxdoc, traditional Theme error: The 'sphinx_book_theme' theme inherits from 'pydata_sphinx_theme', which is not a loaded theme. Loaded themes are: agogo, alabaster, basic, bizstyle, classic, default, epub, haiku, nature, nonav, pyramid, scrolls, sphinx_book_theme, sphinxdoc, traditional