diff options
| author | Rapptz <[email protected]> | 2021-04-10 03:27:40 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-10 03:27:40 -0400 |
| commit | ea32147d02bfd9eabdba980167be543afb794255 (patch) | |
| tree | b41d140b892abf35d995da92141ddee5b79e2f03 /docs | |
| parent | Add missing future annotations import (diff) | |
| download | discord.py-ea32147d02bfd9eabdba980167be543afb794255.tar.xz discord.py-ea32147d02bfd9eabdba980167be543afb794255.zip | |
Fix all warnings with Sphinx
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/discord.rst | 2 | ||||
| -rw-r--r-- | docs/faq.rst | 2 | ||||
| -rw-r--r-- | docs/intents.rst | 2 | ||||
| -rw-r--r-- | docs/intro.rst | 2 | ||||
| -rw-r--r-- | docs/logging.rst | 2 | ||||
| -rw-r--r-- | docs/quickstart.rst | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/docs/discord.rst b/docs/discord.rst index d0c9c528..43416d0f 100644 --- a/docs/discord.rst +++ b/docs/discord.rst @@ -1,3 +1,5 @@ +:orphan: + .. _discord-intro: Creating a Bot Account diff --git a/docs/faq.rst b/docs/faq.rst index f7c7e727..f196f2b4 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -1,3 +1,5 @@ +:orphan: + .. currentmodule:: discord .. _faq: diff --git a/docs/intents.rst b/docs/intents.rst index 494f2875..a9708aaf 100644 --- a/docs/intents.rst +++ b/docs/intents.rst @@ -1,3 +1,5 @@ +:orphan: + .. currentmodule:: discord .. versionadded:: 1.5 .. _intents_primer: diff --git a/docs/intro.rst b/docs/intro.rst index ce4c89e4..e5592163 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -1,3 +1,5 @@ +:orphan: + .. currentmodule:: discord .. _intro: diff --git a/docs/logging.rst b/docs/logging.rst index c51ebdc9..535a373f 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -1,3 +1,5 @@ +:orphan: + .. versionadded:: 0.6.0 .. _logging_setup: diff --git a/docs/quickstart.rst b/docs/quickstart.rst index a1a2f485..348c14c5 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -1,3 +1,5 @@ +:orphan: + .. _quickstart: .. currentmodule:: discord |