Add PyYAML to docs requirements.txt (#53521)

When building the docs in a virtualenv we need to install PyYAML in
addition to sphinx, otherwise the `import yaml` will fail.
This commit is contained in:
Sebastian Meyer 2019-03-08 21:32:08 +01:00 committed by Alicia Cozine
parent a1457a6276
commit 3f97abc6e2

View file

@ -1,2 +1,3 @@
#pip packages required to build docssite
sphinx
PyYAML