mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
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
|