From 281ffdb9124955cd3748a7180a518692f978867c Mon Sep 17 00:00:00 2001 From: Alyssa Coghlan Date: Mon, 11 Nov 2024 18:01:31 +1000 Subject: [PATCH] Simplify default TOML spec link format --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a910e3e..e99ecbf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,5 @@ +"""Sphinx configuration for venvstacks documentation.""" + # Configuration file for the Sphinx documentation builder. # # For the full list of built-in configuration values, see the documentation: @@ -61,7 +63,7 @@ "issue": ("https://github.com/lmstudio-ai/venvstacks/issues/%s", "#%s"), "pr": ("https://github.com/lmstudio-ai/venvstacks/pull/%s", "PR #%s"), "pypi": ("https://pypi.org/project/%s/", "``%s``"), - "toml": ("https://toml.io/en/v1.0.0#%s", "TOML %s"), + "toml": ("https://toml.io/en/v1.0.0#%s", "%s"), } extlinks_detect_hardcoded_links = True