1version: 2
2
3build:
4  os: ubuntu-22.04
5  tools:
6    python: "3.7"
7python:
8  install:
9    - requirements: docs/requirements.txt
10