mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
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.
This commit is contained in:
parent
a1457a6276
commit
3f97abc6e2
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
#pip packages required to build docssite
|
||||
sphinx
|
||||
PyYAML
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue