diff --git a/docs/conf.py b/docs/conf.py index b76e2b2..049dd16 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,7 +72,7 @@ release = version # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py index cc86377..76a3418 100644 --- a/parsedmarc/__init__.py +++ b/parsedmarc/__init__.py @@ -1226,6 +1226,7 @@ def watch_inbox(mailbox_connection: MailboxConnection, """ Watches the mailbox for new messages and sends the results to a callback function + Args: mailbox_connection: The mailbox connection object callback: The callback function to receive the parsing results