summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-10-18 14:20:21 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-10-18 14:20:21 -0400
commit5474714ed2622af66674fafe62ae01180c0adf81 (patch)
treeaedbcfc6ee2136f7feed44d0ddac3385dbc50e93
parentdcd7cbda05754898cc9723c9b36e41a92cb3e139 (diff)
downloadpytest-runner-5474714ed2622af66674fafe62ae01180c0adf81.tar.gz
Use RTD v2 config
-rw-r--r--.readthedocs.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 8ae4468..cc69854 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -1,5 +1,6 @@
+version: 2
python:
- version: 3
- extra_requirements:
- - docs
- pip_install: true
+ install:
+ - path: .
+ extra_requirements:
+ - docs