Test on sphinx syntax 16

This commit is contained in:
Shadow15510 2023-07-22 12:07:58 +02:00
parent b89d7fc86d
commit cc7af23461
2 changed files with 4 additions and 5 deletions

View File

@ -5,3 +5,6 @@ Bot
---
.. automodule:: irc_api.bot
:ignore-module-all:
.. autoclass:: Bot
:ignore-module-all:

View File

@ -1,8 +1,4 @@
"""Provide a Bot class that react to IRC's message and events.
.. autoclass:: Bot
:ignore-module-all:
"""
"""Provide a Bot class that react to IRC's message and events."""
import logging
import time