summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-05-23 16:03:57 -0700
committerDavid Lord <davidism@gmail.com>2020-05-23 16:03:57 -0700
commit93611accaebc32085c1fd773015d654694ddfc55 (patch)
treee6fc8cb82887ff41b378107eddccfec2389bd476 /.readthedocs.yaml
parent7cc7d4037282819f0c2728d2bcb4c815f73c951d (diff)
downloadclick-93611accaebc32085c1fd773015d654694ddfc55.tar.gz
use pip-compile to pin dev requirements
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index af23210..1cbed9f 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,8 +1,8 @@
version: 2
python:
install:
+ - requirements: docs/requirements.txt
- method: pip
path: .
- - requirements: docs/requirements.txt
sphinx:
builder: dirhtml