From: David Lord Date: Sun, 26 Dec 2021 23:10:04 +0000 (-0700) Subject: pin os and python version in rtd build X-Git-Tag: 3.0.x~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1560%2Fhead;p=thirdparty%2Fjinja.git pin os and python version in rtd build --- 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