aboutsummaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Collapse)AuthorLines
2022-02-24Alter docstrings to look better in autodocsGravatar Chris Lovering-13/+30
2022-02-24Breaking change notice due to regex moveGravatar Chris Lovering-1/+2
2022-02-24Move new utilities to the util namespaceGravatar Chris Lovering-14/+23
2022-02-24Add markdown powered changelogGravatar Chris Lovering-53/+23
2022-02-24Remove releases package used to autogenerate changelogGravatar Chris Lovering-55/+1
2022-02-21Explicitly Specify Path In Docs BuildGravatar Hassan Abouelela-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.
2022-02-21Revert Breaking Doc ChangesGravatar Hassan Abouelela-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.
2022-02-21Update how we auto-generate docsGravatar Hassan Abouelela-103/+132
2022-02-21Port many utilities from botGravatar Hassan Abouelela-4/+497
2022-02-21Bulk-bump dev deps from dependabotGravatar Chris Lovering-305/+280
2022-01-09Add Doc Static Previews With NetlifyGravatar Hassan Abouelela-0/+38
Adds a helper script which downloads and calls the netlify build script from the site project, to enable static previews for docs.
2022-01-09Bump gitpython from 3.1.24 to 3.1.25Gravatar dependabot[bot]-6/+5
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.24 to 3.1.25. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.24...3.1.25) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2022-01-09Bump sphinx-autodoc-typehints from 1.12.0 to 1.14.1Gravatar dependabot[bot]-8/+8
Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.12.0 to 1.14.1. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.12.0...1.14.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2022-01-09Bump version and add changelogsGravatar Chris Lovering-1/+5
2022-01-09Add regexes for matching Discord code blocksGravatar Chris Lovering-0/+27
These are pulled directly from Python bot's snekbox cog.
2022-01-05Bump furo from 2021.11.23 to 2022.1.2Gravatar dependabot[bot]-5/+5
Bumps [furo](https://github.com/pradyunsg/furo) from 2021.11.23 to 2022.1.2. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2021.11.23...2022.01.02) --- updated-dependencies: - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2021-12-20Bump sphinx from 4.3.1 to 4.3.2Gravatar dependabot[bot]-6/+7
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.1...v4.3.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>