Sean McGinnis f723ec5cc3
Remove deprecation warning from docs build
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>
2020-08-06 12:14:13 -05:00
..