From 1abbaaa631305772082d0f8ceb134510f2a9409a Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 9 Nov 2025 16:15:05 +0000 Subject: Replace most references to poetry with uv --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') 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 --------------------------------------------------- -- cgit v1.2.3