Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc restyle #1697

Merged
merged 31 commits into from
Oct 18, 2022
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c78ae27
Initial documentation restyle
BobDotCom Oct 11, 2022
dbd5799
Remove some stale files
BobDotCom Oct 11, 2022
40543fd
Use theme vars for attribute table
BobDotCom Oct 11, 2022
66c1e87
Merge branch 'master' into doc-restyle-2
BobDotCom Oct 11, 2022
615aa13
Use * operator for py38 compat
BobDotCom Oct 11, 2022
ebb1b80
Fix dpy issue links
BobDotCom Oct 11, 2022
ef62205
Use custom fonts
BobDotCom Oct 11, 2022
424aa46
Remove custom scorer
BobDotCom Oct 11, 2022
361521f
Adjust dark snake colors
BobDotCom Oct 11, 2022
88c7e83
Implement light/dark snake switch
BobDotCom Oct 11, 2022
18d984d
Add linkcheck step
BobDotCom Oct 11, 2022
a703ea5
Merge branch 'master' into doc-restyle-2
BobDotCom Oct 15, 2022
41d3e49
Add linkcheck ignore
BobDotCom Oct 15, 2022
8cacdf3
Remove dead link
BobDotCom Oct 15, 2022
64655cc
Linkcheck ignore discord articles
BobDotCom Oct 15, 2022
8f52f1a
Linkcheck ignore dis.gd/contact
BobDotCom Oct 15, 2022
2ececf4
Fix discord support article ignore
BobDotCom Oct 15, 2022
82ab15f
Remove margin from exc hierarchy
BobDotCom Oct 15, 2022
43f730c
Delete search scorer
BobDotCom Oct 15, 2022
fe5f57c
Strong element font
BobDotCom Oct 16, 2022
55111fb
Use furo fork
BobDotCom Oct 16, 2022
9152ec8
Add sphinx.ext.viewcode
BobDotCom Oct 16, 2022
2c5d0e0
Remove custom theme colors
BobDotCom Oct 16, 2022
45d867d
Mobile header text custom font
BobDotCom Oct 16, 2022
ed4a616
Add build timer
BobDotCom Oct 16, 2022
9a764ff
Merge branch 'master' into doc-restyle-2
BobDotCom Oct 16, 2022
237b0c4
Merge branch 'master' into doc-restyle-2
BobDotCom Oct 17, 2022
ee8a95b
Merge branch 'master' into doc-restyle-2
Lulalaby Oct 17, 2022
b0cf4f4
Merge branch 'master' into doc-restyle-2
BobDotCom Oct 17, 2022
7a175b4
Merge remote-tracking branch 'origin/doc-restyle-2' into doc-restyle-2
BobDotCom Oct 18, 2022
ba08bef
Merge branch 'master' into doc-restyle-2
Lulalaby Oct 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Expand Up @@ -18,6 +18,10 @@ jobs:
run: |
python -m pip install -U pip
pip install ".[docs]"
- name: Check Links
run: |
cd docs
make linkcheck
- name: Compile to html
run: |
cd docs
Expand Down
2 changes: 1 addition & 1 deletion discord/ext/commands/help.py
Expand Up @@ -274,7 +274,7 @@ class HelpCommand:

Internally instances of this class are deep copied every time
the command itself is invoked to prevent a race condition
mentioned in :issue:`2123`.
mentioned in :dpy-issue:`2123`.

This means that relying on the state of this class to be
the same between command invocations would not work as expected.
Expand Down
2 changes: 1 addition & 1 deletion discord/object.py
Expand Up @@ -48,7 +48,7 @@ class Object(Hashable):
objects (if any) actually inherit from this class.

There are also some cases where some WebSocket events are received
in :issue:`strange order <21>` and when such events happened you would
in :dpy-issue:`strange order <21>` and when such events happened you would
receive this class rather than the actual data class. These cases are
extremely rare.

Expand Down