Read the Docs build information Build id: 2679191 Project: first-tech-challenge-ftcdocs Version: 294 Commit: ff37bd1dbce05130c016996be8c2246a1c043c2c Date: 2024-12-12T01:42:35.576769Z State: cancelled Success: False [rtd-command-info] start-time: 2024-12-12T01:42:36.690675Z, end-time: 2024-12-12T01:42:41.759713Z, duration: 5, exit-code: 0 git clone --depth 1 https://github.com/FIRST-Tech-Challenge/ftcdocs.git . Cloning into '.'... [rtd-command-info] start-time: 2024-12-12T01:42:41.829535Z, end-time: 2024-12-12T01:42:42.930021Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/294/head:external-294 From https://github.com/FIRST-Tech-Challenge/ftcdocs * [new ref] refs/pull/294/head -> external-294 [rtd-command-info] start-time: 2024-12-12T01:42:43.087386Z, end-time: 2024-12-12T01:42:44.203235Z, duration: 1, exit-code: 0 git checkout --force ff37bd1dbce05130c016996be8c2246a1c043c2c Note: switching to 'ff37bd1dbce05130c016996be8c2246a1c043c2c'. 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 ff37bd1 Updated instructions for configuring android [rtd-command-info] start-time: 2024-12-12T01:42:44.263573Z, end-time: 2024-12-12T01:42:44.321874Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py # Build documentation with MkDocs #mkdocs: # configuration: mkdocs.yml # Optionally build your docs in additional formats such as PDF formats: - pdf # Optionally set the version of Python and requirements required to build your docs build: os: "ubuntu-22.04" tools: python: "3.9" python: install: - requirements: docs/requirements.txt