diff options
author | 2022-11-10 21:37:09 +0000 | |
---|---|---|
committer | 2022-11-10 21:37:09 +0000 | |
commit | a6760a64bcec5ba77709492ba33b6bfba1f58e84 (patch) | |
tree | 6256b0d3f7302ac08638c2e576fa00629f76c79b /docs/conf.py | |
parent | Merge pull request #157 from python-discord/prepare-for-pypi-release (diff) | |
parent | Clean Up Formatting Of Project Name In Docs (diff) |
Merge pull request #160 from python-discord/fix-attributes
Add Support For Attributes In Docstrings
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9aaa8eff..2fea7264 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ from docs import utils # noqa: E402 # -- Project information ----------------------------------------------------- -project = "Bot Core" +project = "Pydis Core" copyright = "2021, Python Discord" author = "Python Discord" |