.readthedocs.yaml 287 Bytes
Newer Older
1
2
3
4
5
6
version: 2

# Set the OS, Python version and other tools you might need
build:
  os: ubuntu-22.04
  tools:
jnwei's avatar
jnwei committed
7
    python: "mambaforge-4.10" 
8
9
10

# Build documentation in the "docs/" directory with Sphinx
sphinx:
jnwei's avatar
jnwei committed
11
  configuration: docs/source/conf.py
12
13
14

conda:
  environment: docs/environment.yml