update link to upper-constraints.txt
[holmes/engine-management.git] / .readthedocs.yaml
1 ---
2 # .readthedocs.yml
3 # Read the Docs configuration file
4 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5 # Required
6
7 version: 2
8 build:
9   os: ubuntu-20.04
10   tools:
11     python: "3.8"
12
13 python:
14   install:
15   - requirements: docs/requirements-docs.txt
16
17 sphinx:
18   configuration: docs/conf.py