blockdiag / sphinxcontrib-blockdiag

Other
16 stars 9 forks source link

Builder.warn was deprecated #12

Closed chibiegg closed 4 years ago

chibiegg commented 4 years ago

warn() API was deprecated from 1.6 and removed from 2.0.

AttributeError: 'LaTeXBuilder' object has no attribute 'warn'

I replaced logger API to using sphinx.util.logging.

tk0miya commented 4 years ago

Thank you for proposal. Finally I merged #14 instead.