pradyunsg / furo

A clean customizable documentation theme for Sphinx
https://pradyunsg.me/furo/quickstart
MIT License
2.76k stars 317 forks source link

Replace deprecated logging.warn with logging.warning #461

Closed hugovk closed 2 years ago

hugovk commented 2 years ago

Replace logging.warn (deprecated in Python 2.7, 2011) with logging.warning (added in Python 2.3, 2003).