This commit is contained in:
Takeshi KOMIYA 2018-09-20 20:27:25 +09:00
parent 134bcde40b
commit a4843cab2c

View File

@ -147,5 +147,5 @@ def setup(app):
# workaround for RTD
from sphinx.util import logging
logger = logging.getLoger(__name__)
logger = logging.getLogger(__name__)
app.debug = lambda *args: logger.warning(*args)