From 38eaa512f2d98417417f10b4c2d63e428eced780 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Fri, 25 Apr 2025 15:36:30 -0400 Subject: [PATCH] DOCSP-49529: Add patch number to fix API link --- snooty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index a4215a21..94a678ff 100644 --- a/snooty.toml +++ b/snooty.toml @@ -31,7 +31,7 @@ mongo-community = "MongoDB Community Edition" mongo-enterprise = "MongoDB Enterprise Edition" docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.) version-number = "4.12" -patch-version-number = "{+version-number+}" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.) +patch-version-number = "{+version-number+}.0" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.) version = "v{+version-number+}" stable-api = "Stable API" api-root = "https://pymongo.readthedocs.io/en/{+patch-version-number+}/api/"