aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-05-18 15:10:00 -0700
committerDavid Lord <davidism@gmail.com>2020-05-18 15:25:33 -0700
commit24cc61df5f3b6b42598c317ebe60ac84dc498e65 (patch)
tree168e5c3fcb3171d6543db2d0e4c658cdfaa90264 /.readthedocs.yaml
parent4e7befbf646db22d61d9436378079f1468a02ebe (diff)
downloadjinja-24cc61df5f3b6b42598c317ebe60ac84dc498e65.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 af232107..19069520 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,8 +1,8 @@
version: 2
python:
install:
+ - requirements: requirements/docs.txt
- method: pip
path: .
- - requirements: docs/requirements.txt
sphinx:
builder: dirhtml