Diff of /.readthedocs.yaml [000000] .. [d90ecf]

Switch to unified view

a b/.readthedocs.yaml
1
version: 2
2
3
build:
4
  os: "ubuntu-20.04"
5
  tools:
6
    python: "3.10"
7
sphinx:
8
  configuration: docs/source/conf.py
9
10
python:
11
  install:
12
    - requirements: docs/rtd_requirements.txt