aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
blob: 1966f0350845e4f8a5e3f738fbb2873901a0d352 (plain)
1
2
3
4
5
6
7
8
9
version: 2
build:
  os: "ubuntu-22.04"
  tools:
    python: "3"
  commands:
    - pip install tox
    - tox -e sphinx
    - mv doc/_build _readthedocs