occlum/.readthedocs.yaml
2023-10-19 09:27:53 +08:00

18 lines
269 B
YAML

version: 2
# Set the version of Python
build:
os: ubuntu-20.04 # <- add this line
tools:
python: "3.10"
sphinx:
configuration: docs/readthedocs/docs/source/conf.py
python:
install:
- requirements: docs/readthedocs/requirements.txt
formats:
- pdf