summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-12-26 16:10:04 -0700
committerDavid Lord <davidism@gmail.com>2021-12-26 16:10:04 -0700
commit8bc54be214ec3f93de8c2a859c7807cc94660e53 (patch)
treee2ade28bc48f468d3052abfa2acae84082b9ca17
parentfc59d9a5dd600960a3509012cc7fbf15b107107d (diff)
downloadjinja2-8bc54be214ec3f93de8c2a859c7807cc94660e53.tar.gz
pin os and python version in rtd build
-rw-r--r--.readthedocs.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 0c36363..346900b 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