Add PyYAML to doc/requirements.txt

The yaml module is needed by the sigtable sphinx extension, so it needs
to be added to requirements for the doc build..

Change-Id: I989555d7df8d64168e4e176ca109421eda06884d
This commit is contained in:
Dr. Jens Harbott 2024-06-18 14:34:23 +02:00
parent 175c615f2d
commit f7ca195c80

View File

@ -1,2 +1,3 @@
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
PyYAML>=3.1.0 # MIT