14 lines
211 B
YAML
14 lines
211 B
YAML
![]() |
version: 2
|
||
|
|
||
|
build:
|
||
|
os: "ubuntu-lts-latest"
|
||
|
tools:
|
||
|
python: "mambaforge-latest"
|
||
|
|
||
|
conda:
|
||
|
environment: doc/environment.yml
|
||
|
|
||
|
sphinx:
|
||
|
# Path to your Sphinx configuration file.
|
||
|
configuration: doc/conf.py
|