mirror of
https://github.com/jingyaogong/minimind.git
synced 2026-05-01 19:58:15 +08:00
20 lines
262 B
YAML
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
|
|
|