Skip to content

Commit

Permalink
refactor: Add explain about loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 17, 2024
1 parent 73d7f3b commit 8ec667e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/atsphinx/helpers/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def setup(app):
:params builders: List of builder names for restrict target.
:params formats: List of format types for restrict target.
:params loglevel: Level about logger of wrapper function.
"""
if builders is None and formats is None:
Logger.log(
Expand Down Expand Up @@ -92,6 +93,7 @@ def setup(app):
:params builders: List of builder names for restrict target.
:params formats: List of format types for restrict target.
:params loglevel: Level about logger of wrapper function.
:params return_alt: Return value if guard is worked.
"""
if builders is None and formats is None:
Expand Down

0 comments on commit 8ec667e

Please sign in to comment.