summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorPaolo Bonzini2020-10-05 17:01:22 +0200
committerPeter Maydell2020-10-05 17:30:45 +0200
commit36d9c2883e55c863b622b99f0ebb5143f0001401 (patch)
tree0ba23a7f274b33011c00bf789ce2f53b6424b4de /.readthedocs.yml
parentMerge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... (diff)
downloadqemu-36d9c2883e55c863b622b99f0ebb5143f0001401.tar.gz
qemu-36d9c2883e55c863b622b99f0ebb5143f0001401.tar.xz
qemu-36d9c2883e55c863b622b99f0ebb5143f0001401.zip
readthedocs: build with Python 3.6
The readthedocs build is failing because we do not support Python 3.5 anymore. Bump the Python version in the configuration. Fixes: 1b11f28d05 ("configure: Bump the minimum required Python version to 3.6", 2020-10-02) Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 20201005150122.446472-1-pbonzini@redhat.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 8355dbc634..7fb7b8dd61 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -17,4 +17,4 @@ formats: all
# we require for other Python in our codebase (our conf.py
# enforces this, and some code needs it.)
python:
- version: 3.5
+ version: 3.6