diff options
| author | 2025-11-09 16:15:05 +0000 | |
|---|---|---|
| committer | 2025-11-09 20:35:51 +0000 | |
| commit | 1abbaaa631305772082d0f8ceb134510f2a9409a (patch) | |
| tree | 4f5669835fcf6a35835b2b47b9d151473d0aa704 /docs/conf.py | |
| parent | Set minimum uv version (diff) | |
Replace most references to poetry with uv
Diffstat (limited to '')
| -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 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 --------------------------------------------------- |