summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-04-03 18:54:02 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-04-03 20:38:42 -0500
commitda64914ae5523856b00bb6bd43331d1524808015 (patch)
tree2716d1b1777003cf10e7602a42148a5cdfeb7741 /.readthedocs.yml
parent165fc877e655a0e7f368409a7a6e2f7bc69e331d (diff)
downloadrequests-cache-da64914ae5523856b00bb6bd43331d1524808015.tar.gz
Update to Ubuntu 20.04 build image for readthedocs
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 15bc7c5..dadc603 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -5,8 +5,11 @@ sphinx:
builder: html
configuration: docs/conf.py
+build:
+ image: testing
+
python:
- version: 3.7
+ version: 3.8
system_packages: True
install:
- method: pip