From 18e601ada64b50e10532811e43b34cd00b6de7da Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Wed, 22 Jan 2020 18:39:58 -0500 Subject: .readthedocs.yaml: install cloud-init when building docs (#181) This should ensure that all its dependencies are installed during doc generation. LP: #1860450 --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 232ee8d2..46af8ee7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,3 +5,4 @@ formats: all python: install: - requirements: doc-requirements.txt + - path: . -- cgit v1.2.3