mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
When building the docs in a virtualenv we need to install PyYAML in addition to sphinx, otherwise the `import yaml` will fail.
4 lines
55 B
Plaintext
4 lines
55 B
Plaintext
#pip packages required to build docssite
|
|
sphinx
|
|
PyYAML
|