Resolve Sphinx warnings

This commit is contained in:
Sean Whalen
2022-06-20 10:46:54 -04:00
parent f070ee95c3
commit 315b99f95a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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.
+1
View File
@@ -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