.readthedocs.yaml 267 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2

# Set the OS, Python version and other tools you might need
build:
  os: ubuntu-22.04
  tools:
    python: "3.9"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
  configuration: docs/conf.py

conda:
  environment: docs/environment.yml