ansible/docs/docsite/requirements.txt
Sebastian Meyer 3f97abc6e2 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.
2019-03-08 14:32:08 -06:00

3 lines
55 B
Text

#pip packages required to build docssite
sphinx
PyYAML