| Commit message (Collapse) | Author | Lines |
|
Co-authored-by: Chris Lovering <[email protected]>
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Removes unnecessary `depends-on` to speed up builds.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Changes the behavior of `BUILD_DOCS_FOR_HEAD` to add only the current
branch to the build whitelist, instead of all branches.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Deleted CHANGELOG.md in favor of the changelog in the docs.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Add a brief explanation about each item in the docs folder, to help
contributors navigate and understand what each part does.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Adds the sphinx-multiversion package to be used for generating docs
for all versions of the project, not just the latest. This includes
all the necessary configuration to make it work cleanly.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Add the releases-based changelog system back, and migrate the old
changelog entries.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Replaces the access to `discord.utils._MissingSentinel` with a simple
boolean flag. This has the benefit of behaving more nicely with our
doc generation.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
This fixes a bug with permission resolution when dealing with timed out members.
Discord.py have also removed the /master/ URL for docs, and are now surfacing all docs at /latest/
|
|
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Uncomments the testing command in CI. It is unclear why but the
testing command that is normally used in all our projects causes an
import error here, so instead we run with `python -m` to ensure the
run directory is added to `sys.path`.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
|
|