Read the Docs build information Build id: 2847285 Project: shinnytech-q73-manual Version: latest Commit: None Date: 2025-03-03T03:00:12.089065Z State: finished Success: False [rtd-command-info] start-time: 2025-03-03T03:00:13.006184Z, end-time: 2025-03-03T03:00:14.730460Z, duration: 1, exit-code: 0 git clone --depth 1 git@github.com:shinnytech/q73-manual.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2025-03-03T03:00:14.843080Z, end-time: 2025-03-03T03:00:16.008602Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2025-03-03T03:00:16.137624Z, end-time: 2025-03-03T03:00:16.206273Z, 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 1dc5738 修改官网信息 (#11) [rtd-command-info] start-time: 2025-03-03T03:00:16.266496Z, end-time: 2025-03-03T03:00:16.305296Z, 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 documentation in the docs/ directory with Sphinx sphinx: configuration: conf.py # Build documentation with MkDocs #mkdocs: # configuration: mkdocs.yml # Optionally build your docs in additional formats such as PDF and ePub formats: all # Optionally set the version of Python and requirements required to build your docs python: version: 3.7 install: - requirements: requirements.txt