mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix typo
This commit is contained in:
parent
134bcde40b
commit
a4843cab2c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user