NiklasRosenstein / pydoc-markdown

Create Python API documentation in Markdown format.
http://niklasrosenstein.github.io/pydoc-markdown/
Other
460 stars 105 forks source link

Explicitly Specify PyYAML loader to silence warning #87

Closed ian-bunner closed 4 years ago

ian-bunner commented 5 years ago

Details here: https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

to fix change line 47 in pydocmd/main.py to read: config = yaml.load(fp, Loader=yaml.FullLoader)

NiklasRosenstein commented 4 years ago

This was added to pydoc-markdown 2.x in 4c845e06919417a1cd1fa8cc6c2a7819451940e0. Going to release v2.1.0 with this change today.