mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-08 02:01:31 -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
|