✅Read the Docs 設定檔與建置說明
📁 .readthedocs.yaml
.readthedocs.yamlversion: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
mkdocs:
configuration: mkdocs.yml
python:
install:
- requirements: requirements.txt🛠️ mkdocs.yml
mkdocs.ymlsite_name: My Documentation
theme:
name: readthedocs
nav:
- Home: README.md
- Resource: Resource.md
- Computer Science:
- Introduction: Computer Science/intro.md
- NGS:
- 16S Analysis: NGS/16s.md
- Shotgun: NGS/shotgun.md
📦 requirements.txt
requirements.txt🧪 本地測試指令(選擇性)
Last updated