From 9709451af0ab82aeec163e9db0e598605e73e318 Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Tue, 10 Sep 2019 17:26:59 +0200 Subject: [PATCH] Change RTD config to use Python requirements Change-Id: I50019b82bd379eef9e0ac3e6cc081663c193b184 --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bfc411d5..85d0cedf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,4 +22,5 @@ python: version: 3.7 install: - requirements: doc/requirements-doc.txt - - requirements: requirements-host.txt + - requirements: python/requirements-lock.txt + - requirements: python/requirements-test.txt