lsst-sqre / documenteer

Sphinx extensions, configurations, and tooling for Rubin Observatory documentation projects
https://documenteer.lsst.io
MIT License
6 stars 3 forks source link

DM-22537: Use yaml.safe_load (0.4.7 release) #74

Closed jonathansick closed 4 years ago

jonathansick commented 4 years ago

Technote configuration now uses yaml.safe_load instead of yaml.load. See the pyyaml docs for details.

See #73 for the mainline PR.

Closes #63