f723ec5cc3
The yaml.load() call has been deprecated if Loader= is not provided. It is recommended to use safe_load() instead. This updates our Sphinx extension to use safe_load() to avoid DeprecationWarnings from being emitted while building docs. Change-Id: I695cec8e272f143a1edd3de0ec2c8606ed403c47 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>