summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-12-22 19:57:29 -0700
committerDavid Lord <davidism@gmail.com>2021-12-22 20:12:38 -0700
commitba6429ce8a8239dbecf8542557b686f9216c05fc (patch)
tree6688896411e1d953ff0c0b94b223023fef07385b
parentc3257e272eed62baf4577a4253c3eafca81cc832 (diff)
downloadwerkzeug-ba6429ce8a8239dbecf8542557b686f9216c05fc.tar.gz
pin os and python version in rtd build
(cherry picked from commit 34354e06c992aec11a22b21393537ca62d1cf961)
-rw-r--r--.readthedocs.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 0c363636..346900b2 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,4 +1,8 @@
version: 2
+build:
+ os: ubuntu-20.04
+ tools:
+ python: "3.10"
python:
install:
- requirements: requirements/docs.txt