ipex-llm/.readthedocs.yml
2021-10-13 09:26:26 +08:00

15 lines
321 B
YAML

# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
sphinx:
configuration: docs/readthedocs/source/conf.py
python:
install:
- method: pip
path: .
- requirements: docs/readthedocs/requirements-doc.txt