Files
aws--amazon-sagemaker-examples/.readthedocs.yml
T
2026-07-13 13:40:10 +08:00

18 lines
374 B
YAML

# ReadTheDocs environment customization to allow us to use conda to install
# libraries which have C dependencies for the doc build. See:
# https://docs.readthedocs.io/en/latest/config-file/v2.html
version: 2
conda:
environment: environment.yml
build:
os: ubuntu-22.04
tools:
python: "mambaforge-22.9"
sphinx:
configuration: conf.py
fail_on_warning: false