diff options
author | 2022-11-10 22:42:18 +0400 | |
---|---|---|
committer | 2022-11-10 22:42:18 +0400 | |
commit | a7e908a51d62021e4b8d49af73da605c2dfc73e7 (patch) | |
tree | 6256b0d3f7302ac08638c2e576fa00629f76c79b /docs/conf.py | |
parent | Add Support For Attributes In Docstrings (diff) |
Clean Up Formatting Of Project Name In Docs
Signed-off-by: Hassan Abouelela <[email protected]>
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" |