summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-04-13 11:31:35 +0200
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-04-13 12:35:14 +0200
commitac036e45ff2d9fbcaf11b42d928364c993a5c384 (patch)
tree290e56abc4a4d4aefea78e1cc855e09987aeace5 /.readthedocs.yaml
parentacc4f3bf1525c45f50c972e42e997876653bb8d2 (diff)
downloadpylint-git-ac036e45ff2d9fbcaf11b42d928364c993a5c384.tar.gz
Don't use deprecated python version config for readthedocs
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index c0fb27844..0fec8925d 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -7,6 +7,10 @@ sphinx:
configuration: doc/conf.py
python:
- version: 3.8
install:
- requirements: doc/requirements.txt
+
+build:
+ os: ubuntu-20.04
+ tools:
+ python: "3.8"