Read the Docs build information Build id: 2623209 Project: foglamp-foglamp-manage-documentation Version: latest Commit: None Date: 2024-11-18T18:06:25.105122Z State: finished Success: False [rtd-command-info] start-time: 2024-11-18T18:06:26.307150Z, end-time: 2024-11-18T18:06:28.537790Z, duration: 2, exit-code: 0 git clone --depth 1 git@github.com:dianomic/foglamp-manage-documentation.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-11-18T18:06:28.614948Z, end-time: 2024-11-18T18:06:29.802180Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-11-18T18:06:29.926164Z, end-time: 2024-11-18T18:06:30.071423Z, 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 328ee8a attempt to fix theme issue [rtd-command-info] start-time: 2024-11-18T18:06:30.143844Z, end-time: 2024-11-18T18:06:30.204475Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Read the Docs configuration file for Sphinx projects # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the OS, Python version and other tools you might need build: os: ubuntu-20.04 tools: python: "3.8" # You can also specify other tool versions: # nodejs: "20" # rust: "1.70" # golang: "1.20" # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs # builder: "dirhtml" # Fail on all warnings to avoid broken references # fail_on_warning: true # Optionally build your docs in additional formats such as PDF and ePub # formats: # - pdf # - epub # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html #python: python: install: - requirements: docs/requirements.txt - pip: - sphinx_rtd_theme