From 05c8070dfb29f9aff00c8007e5e0013d14990c5b Mon Sep 17 00:00:00 2001 From: jimmylai Date: Wed, 7 Aug 2019 15:58:02 -0700 Subject: [PATCH] [readthedoc] install libcst * [readthedoc] install libcst * Update .readthedocs.yml --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index a931cc68..c76ca987 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,5 +10,7 @@ python: install: - requirements: requirements.txt - requirements: requirements-dev.txt + - method: pip + path: . system_packages: true