aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py (follow)
Commit message (Collapse)AuthorAgeLines
* Ensure project root is on sys path before importing the docs moduleGravatar Chris Lovering2024-03-24-3/+2
|
* ruff lint fix: Manual non-breaking changesGravatar Chris Lovering2024-03-04-2/+2
|
* ruff lint fix: Run remaining auto-fixable rulesGravatar Chris Lovering2024-03-04-3/+1
|
* Lint codebase with new ruff rulesGravatar Chris Lovering2024-02-19-1/+0
|
* Add pydantic BaseModel to target to ignoreGravatar Chris Lovering2023-08-28-3/+4
|
* Don't swallow exceptions in post_buildGravatar Chris Lovering2023-07-14-2/+2
|
* Support sending multiple files to paste service at onceGravatar Chris Lovering2023-07-14-0/+13
| | | | Co-authored-by: Hassan Abouelela <[email protected]>
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-31-4/+4
|
* Clean Up Formatting Of Project Name In DocsGravatar Hassan Abouelela2022-11-10-1/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Include `origin` In Allowed Docs VersionsGravatar Hassan Abouelela2022-05-30-2/+2
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Pass Branch Name To Docs In CIGravatar Hassan Abouelela2022-05-29-4/+7
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Check Out The Entire Repository For MultiversionGravatar Hassan Abouelela2022-05-29-1/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Only Build Current Branch When Option EnabledGravatar Hassan Abouelela2022-05-29-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]>
* Declare Releases As Parallel-Read SafeGravatar Hassan Abouelela2022-05-29-0/+10
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Add Sphinx-MultiVersionGravatar Hassan Abouelela2022-05-29-6/+40
| | | | | | | | 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]>
* Restore Releases ChangelogGravatar Hassan Abouelela2022-05-29-4/+16
| | | | | | | Add the releases-based changelog system back, and migrate the old changelog entries. Signed-off-by: Hassan Abouelela <[email protected]>
* Bump Discord.py to 4cbe8f5Gravatar Chris Lovering2022-05-24-1/+1
| | | | | | 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/
* Comment on what nitpick_ignore_regex does in conf.pyGravatar Chris Lovering2022-03-24-0/+2
|
* Add BotBase that will act as a base for all our botsGravatar Chris Lovering2022-03-24-0/+8
| | | | | | | This commit also modifies the extensions util, since it's now directly used by bot-core. Co-authored-by: Mark <[email protected]> Co-authored-by: Hassan Abouelela <[email protected]>
* Add async_stats subclass of statsdGravatar Chris Lovering2022-03-24-0/+1
| | | | | | This is used by the bots to push stats to statsd in a non-blocking way. Co-authored-by: Joe Banks <[email protected]>
* Change all instance of disnake to discordGravatar Chris Lovering2022-03-15-1/+1
|
* feat: Port the Site API wrapper from the bot repoGravatar ToxicKidz2022-02-25-0/+1
| | | | | Co-authored-by: Johannes Christ <[email protected]> Co-authored-by: MarkKoz <[email protected]>
* Custom css to de-bold index pageGravatar Chris Lovering2022-02-24-0/+1
| | | | Also bump pyproject version to 2.0.0 to match changelog
* Migrate to using disnake over Discord.py 2.0a0Gravatar Chris Lovering2022-02-24-1/+1
|
* Add markdown powered changelogGravatar Chris Lovering2022-02-24-5/+0
|
* Remove releases package used to autogenerate changelogGravatar Chris Lovering2022-02-24-5/+0
|
* Explicitly Specify Path In Docs BuildGravatar Hassan Abouelela2022-02-21-1/+5
| | | | | | Sphinx build in GitHub actions was not adding the path of the file being run, or the working directory, or anything else to sys.path, which broke imports.
* Revert Breaking Doc ChangesGravatar Hassan Abouelela2022-02-21-11/+8
| | | | | | A previous commit tried to utilize the default autodoc option configuration to make the doc generation more streamlined and organized, but they seem to not work well.
* Update how we auto-generate docsGravatar Hassan Abouelela2022-02-21-103/+15
|
* Modify Autodoc FormattingGravatar Hassan Abouelela2021-12-13-18/+16
| | | | | Changes the style of the reformatted autodoc files to look nicer with submodules.
* Add InterSphinx ExtensionGravatar Hassan Abouelela2021-12-09-0/+8
| | | | | Adds the intersphinx extension to link discord.py and python docs to the autogenerated references.
* Add FaviconGravatar Hassan Abouelela2021-12-03-0/+1
|
* Update Doc Entry ColorGravatar Hassan Abouelela2021-12-03-0/+6
|
* Add Sphinx DocsGravatar Hassan Abouelela2021-12-02-0/+221
Adds a customized sphinx doc builder.