summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-12-26 16:30:44 -0700
committerDavid Lord <davidism@gmail.com>2021-12-26 16:30:44 -0700
commit340571747a49b31c5b0c11c663986373544abd27 (patch)
treec8f47592d18deacdca7331c399e81f81b464a18b /.readthedocs.yaml
parent48253e6a15c96cb7dde2a198ca186437630e6022 (diff)
downloadclick-340571747a49b31c5b0c11c663986373544abd27.tar.gz
pin os and python version in rtd build
Diffstat (limited to '.readthedocs.yaml')
-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