minimind/.readthedocs.yaml
2025-10-12 22:37:23 +08:00

20 lines
262 B
YAML

# Read the Docs 配置文件
version: 2
# 构建配置
build:
os: ubuntu-22.04
tools:
python: "3.11"
# MkDocs 配置
mkdocs:
configuration: mkdocs.yml
fail_on_warning: false
# Python 依赖
python:
install:
- requirements: requirements.txt