Diff of /.readthedocs.yaml [000000] .. [79668b]

Switch to unified view

a b/.readthedocs.yaml
1
version: 2
2
3
build:
4
  os: ubuntu-22.04
5
  tools:
6
    python: "3.10"
7
  commands:
8
    - pip install poetry
9
    - poetry config virtualenvs.create false
10
    - poetry install --without dev --with docs
11
    - make build-docs
12
    - cp -r docs/_build _readthedocs