您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.readthedocs.yaml 349B

12345678910111213141516171819
  1. version: 2
  2. build:
  3. os: "ubuntu-22.04"
  4. tools:
  5. python: "3.11"
  6. # Build from the docs/ directory with Sphinx
  7. sphinx:
  8. configuration: docs/source/conf.py
  9. # Explicitly set the version of Python and its requirements
  10. python:
  11. install:
  12. - requirements: requirements.txt
  13. - method: pip
  14. path: .
  15. extra_requirements:
  16. - docs