aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-11-10 22:42:18 +0400
committerGravatar Hassan Abouelela <[email protected]>2022-11-10 22:42:18 +0400
commita7e908a51d62021e4b8d49af73da605c2dfc73e7 (patch)
tree6256b0d3f7302ac08638c2e576fa00629f76c79b /docs/conf.py
parentAdd 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.py2
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"