13 lines
172 B
YAML
13 lines
172 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "mambaforge-4.10"
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
conda:
|
|
environment: conda-reqs/docs.yaml
|