aboutsummaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Collapse)AuthorLines
2022-05-30Fix Bullet Points In ChangelogGravatar Hassan Abouelela-10/+10
Co-authored-by: Chris Lovering <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-30Speed Up Docs CIGravatar Hassan Abouelela-2/+0
Removes unnecessary `depends-on` to speed up builds. Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-30Fix Entry In ChangelogGravatar Hassan Abouelela-1/+1
Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-30Include `origin` In Allowed Docs VersionsGravatar Hassan Abouelela-2/+2
Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-29Pass Branch Name To Docs In CIGravatar Hassan Abouelela-4/+8
Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-29Check Out The Entire Repository For MultiversionGravatar Hassan Abouelela-2/+4
Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-29Update Docs CI For MultiversionGravatar Hassan Abouelela-5/+34
Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-29Only Build Current Branch When Option EnabledGravatar Hassan Abouelela-2/+14
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]>
2022-05-29Declare Releases As Parallel-Read SafeGravatar Hassan Abouelela-0/+10
Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-29Delete CHANGELOG.mdGravatar Hassan Abouelela-88/+0
Deleted CHANGELOG.md in favor of the changelog in the docs. Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-29Document The Docs FolderGravatar Hassan Abouelela-0/+20
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]>
2022-05-29Add Sphinx-MultiVersionGravatar Hassan Abouelela-23/+241
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]>
2022-05-29Restore Releases ChangelogGravatar Hassan Abouelela-23/+289
Add the releases-based changelog system back, and migrate the old changelog entries. Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-28Remove Discord `MissingSentinel`Gravatar Hassan Abouelela-2/+4
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]>
2022-05-24Bump flake8 tidy imports and taskipy to latestGravatar Chris Lovering-14/+14
2022-05-24Bump Discord.py to 4cbe8f5Gravatar Chris Lovering-178/+182
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/
2022-05-11Bump Project Version To v7.0.0Gravatar Hassan Abouelela-1/+1
Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-10Enable Testing In CIGravatar Hassan Abouelela-11/+4
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]>
2022-05-10Changelog Discord Invite Regex ChangesGravatar Hassan Abouelela-0/+4
Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-10Fix Discord Invite Regex DocsGravatar Hassan Abouelela-3/+4
Signed-off-by: Hassan Abouelela <[email protected]>
2022-05-10Convert tests from pytest style to unittest styleGravatar GDWR-33/+35
2022-05-10Remove trailing whitespace from docstringGravatar GDWR-3/+3
2022-05-10Make test name plural for consistencyGravatar GDWR-1/+1
2022-05-10`DISCORD_INVITE` captures until a whitespaceGravatar GDWR-1/+5