15 lines
197 B
YAML
15 lines
197 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "mambaforge-4.10"
|
|
|
|
formats: all
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
conda:
|
|
environment: scripts/conda-requirements.yaml
|