summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index cb10a7f9..cc698548 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -1,6 +1,6 @@
+version: 2
python:
- version: 3
- extra_requirements:
- - docs
- pip_install: false
- requirements: docs/requirements.txt
+ install:
+ - path: .
+ extra_requirements:
+ - docs