summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-05-11 15:41:47 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-05-11 16:47:08 -0500
commit787c6ccfc879b9c2f16846225a6a7b3043228932 (patch)
treecddcf781cc33d854a2a7689d419236c593775552 /.readthedocs.yml
parent176663728dfd2b1f2c760b0b4463f7fd5e6833c9 (diff)
downloadrequests-cache-787c6ccfc879b9c2f16846225a6a7b3043228932.tar.gz
Fix readthedocs build method (poetry projects can still be installed with pip)
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index e71924b..dadc603 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -12,7 +12,8 @@ python:
version: 3.8
system_packages: True
install:
- - method: poetry
+ - method: pip
path: .
extra_requirements:
+ - docs
- backends