aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-11-09 16:15:05 +0000
committerGravatar Joe Banks <[email protected]>2025-11-09 20:35:51 +0000
commit1abbaaa631305772082d0f8ceb134510f2a9409a (patch)
tree4f5669835fcf6a35835b2b47b9d151473d0aa704 /docs/conf.py
parentSet minimum uv version (diff)
Replace most references to poetry with uv
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 fb04d245..39492483 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -35,7 +35,7 @@ REPO_LINK = "https://github.com/python-discord/bot-core"
# The full version, including alpha/beta/rc tags
release = version = tomli.loads(
(PROJECT_ROOT / "pyproject.toml").read_text(encoding="utf-8")
-)["tool"]["poetry"]["version"]
+)["project"]["version"]
# -- General configuration ---------------------------------------------------