summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-04-21 12:31:54 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-04-21 12:40:43 -0400
commit243e44fdb797ae54a08eb02d924f88e775e74ba9 (patch)
tree6bf95f7a3aa2da6de6a1f01fbc8f71355e7231b1 /.readthedocs.yml
parentfbe7cb7fa1c0f4e30f6ac6e886c49ab6491aa959 (diff)
downloadpytest-runner-243e44fdb797ae54a08eb02d924f88e775e74ba9.tar.gz
Move requirements for docs and testing into extras
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index e83d731..8ae4468 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -1,3 +1,5 @@
-requirements_file: docs/requirements.txt
python:
version: 3
+ extra_requirements:
+ - docs
+ pip_install: true