mirror of https://github.com/pallets/flask.git
pin os and python version in rtd build
This commit is contained in:
parent
1a1c7ea618
commit
9e50ad55ae
|
@ -2,7 +2,7 @@ version: 2
|
||||||
build:
|
build:
|
||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
tools:
|
tools:
|
||||||
python: 3.10
|
python: "3.10"
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: requirements/docs.txt
|
- requirements: requirements/docs.txt
|
||||||
|
|
Loading…
Reference in New Issue