Skip to content

Commit ce65600

Browse files
authored
DOCSP-49529: Add patch number to fix API link (#263)
1 parent 79e4330 commit ce65600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mongo-community = "MongoDB Community Edition"
3131
mongo-enterprise = "MongoDB Enterprise Edition"
3232
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
3333
version-number = "4.12"
34-
patch-version-number = "{+version-number+}" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
34+
patch-version-number = "{+version-number+}.0" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
3535
version = "v{+version-number+}"
3636
stable-api = "Stable API"
3737
api-root = "https://pymongo.readthedocs.io/en/{+patch-version-number+}/api/"

0 commit comments

Comments
 (0)