From ec371fbfb0a2a26e56e5d5d3de18bf335f264670 Mon Sep 17 00:00:00 2001 From: Cole Maclean Date: Sun, 28 Jul 2024 22:09:02 -0700 Subject: [PATCH] docs: fix module linking on sphinx 7.2+ --- docs/client.rst | 3 +-- docs/timeouts.rst | 3 +-- docs/usage.rst | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/client.rst b/docs/client.rst index 1a6cce18..26945212 100644 --- a/docs/client.rst +++ b/docs/client.rst @@ -1,5 +1,4 @@ -.. module:: aiosmtplib - :noindex: + .. py:currentmodule:: aiosmtplib The SMTP Client Class ===================== diff --git a/docs/timeouts.rst b/docs/timeouts.rst index bb118f8b..7c0aef85 100644 --- a/docs/timeouts.rst +++ b/docs/timeouts.rst @@ -1,5 +1,4 @@ -.. module:: aiosmtplib - :noindex: + .. py:currentmodule:: aiosmtplib Timeouts ======== diff --git a/docs/usage.rst b/docs/usage.rst index fbe64c06..cb1a2560 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -1,5 +1,4 @@ -.. module:: aiosmtplib - :noindex: + .. py:currentmodule:: aiosmtplib The send Coroutine ==================