18 lines
374 B
YAML
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
|