diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-01-22 18:39:58 -0500 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2020-01-22 16:39:58 -0700 |
commit | 18e601ada64b50e10532811e43b34cd00b6de7da (patch) | |
tree | 5063fd753aac742ddc4baf81f54887729c5a17fc | |
parent | 704dfd8a761d18dd3f680b125453cf5089eae1fd (diff) | |
download | vyos-cloud-init-18e601ada64b50e10532811e43b34cd00b6de7da.tar.gz vyos-cloud-init-18e601ada64b50e10532811e43b34cd00b6de7da.zip |
.readthedocs.yaml: install cloud-init when building docs (#181)
This should ensure that all its dependencies are installed during doc
generation.
LP: #1860450
-rw-r--r-- | .readthedocs.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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: . |