Read the Docs build information Build id: 1711957 Project: nvidia-nemo Version: main Commit: 3b69af0c2bbcd934a712c1379a3c8a14ee06e275 Date: 2023-09-09T03:43:37.667311Z State: cancelled Success: False [rtd-command-info] start-time: 2023-09-09T03:43:44.230998Z, end-time: 2023-09-09T03:43:47.796581Z, duration: 3, exit-code: 0 git clone --depth 1 https://github.com/NVIDIA/NeMo.git . Cloning into '.'... [rtd-command-info] start-time: 2023-09-09T03:43:48.234195Z, end-time: 2023-09-09T03:43:48.934490Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main [rtd-command-info] start-time: 2023-09-09T03:43:49.420226Z, end-time: 2023-09-09T03:43:50.150432Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 3b69af0 Use cfg attribute in bert (#7394) [rtd-command-info] start-time: 2023-09-09T03:43:50.611775Z, end-time: 2023-09-09T03:43:50.683208Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-09-09T03:43:51.119118Z, end-time: 2023-09-09T03:43:51.178247Z, 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 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: version: 3.8 install: - requirements: requirements/requirements_docs.txt [rtd-command-info] start-time: 2023-09-09T03:43:53.911547Z, end-time: 2023-09-09T03:44:12.818492Z, duration: 18, exit-code: 0 python3.8 -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH Using base prefix '/home/docs/.pyenv/versions/3.8.6' New python executable in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/main/bin/python3.8 Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/main/bin/python Installing setuptools, pip, wheel... done. [rtd-command-info] start-time: 2023-09-09T03:44:13.335835Z, end-time: 2023-09-09T03:44:14.833135Z, duration: 1, 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/main/lib/python3.8/site-packages (23.2.1) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/nvidia-nemo/envs/main/lib/python3.8/site-packages (68.2.0)