mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
3f97abc6e2
When building the docs in a virtualenv we need to install PyYAML in addition to sphinx, otherwise the `import yaml` will fail.
3 lines
55 B
Text
3 lines
55 B
Text
#pip packages required to build docssite
|
|
sphinx
|
|
PyYAML
|