summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Powers <josh.powers@canonical.com>2019-12-11 12:14:27 -0800
committerGitHub <noreply@github.com>2019-12-11 12:14:27 -0800
commit47b9164e75cfcde68703c929b2ea37c56bc1d766 (patch)
tree211a01d9d8d9aa2704a752b71b75e8891c4c8e0c
parentd2154f5ca63369aaa3d25ab1db19694af34e23c1 (diff)
downloadcloud-init-git-47b9164e75cfcde68703c929b2ea37c56bc1d766.tar.gz
doc-requirements: add missing dep
yaml was missing as we were no longer pointing at the main requirements.txt file
-rw-r--r--doc-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc-requirements.txt b/doc-requirements.txt
index 2d4ca7be..28734f76 100644
--- a/doc-requirements.txt
+++ b/doc-requirements.txt
@@ -1,4 +1,5 @@
doc8
m2r
sphinx
-sphinx_rtd_theme \ No newline at end of file
+sphinx_rtd_theme
+yaml