aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-11-10 21:37:09 +0000
committerGravatar GitHub <[email protected]>2022-11-10 21:37:09 +0000
commita6760a64bcec5ba77709492ba33b6bfba1f58e84 (patch)
tree6256b0d3f7302ac08638c2e576fa00629f76c79b /docs/conf.py
parentMerge pull request #157 from python-discord/prepare-for-pypi-release (diff)
parentClean 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.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"