Skip to content

Commit 5e445b3

Browse files
BobDotComLulalaby
andauthored
Doc restyle (#1697)
Co-authored-by: Lala Sabathil <[email protected]>
1 parent 9b5d49d commit 5e445b3

File tree

21 files changed

+529
-2884
lines changed

21 files changed

+529
-2884
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
run: |
1919
python -m pip install -U pip
2020
pip install ".[docs]"
21+
- name: Check Links
22+
run: |
23+
cd docs
24+
make linkcheck
2125
- name: Compile to html
2226
run: |
2327
cd docs

discord/ext/commands/help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class HelpCommand:
274274
275275
Internally instances of this class are deep copied every time
276276
the command itself is invoked to prevent a race condition
277-
mentioned in :issue:`2123`.
277+
mentioned in :dpy-issue:`2123`.
278278
279279
This means that relying on the state of this class to be
280280
the same between command invocations would not work as expected.

discord/object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Object(Hashable):
4848
objects (if any) actually inherit from this class.
4949
5050
There are also some cases where some WebSocket events are received
51-
in :issue:`strange order <21>` and when such events happened you would
51+
in :dpy-issue:`strange order <21>` and when such events happened you would
5252
receive this class rather than the actual data class. These cases are
5353
extremely rare.
5454

0 commit comments

Comments
 (0)