We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e4330 commit ce65600Copy full SHA for ce65600
snooty.toml
@@ -31,7 +31,7 @@ mongo-community = "MongoDB Community Edition"
31
mongo-enterprise = "MongoDB Enterprise Edition"
32
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
33
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.)
+patch-version-number = "{+version-number+}.0" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
35
version = "v{+version-number+}"
36
stable-api = "Stable API"
37
api-root = "https://pymongo.readthedocs.io/en/{+patch-version-number+}/api/"
0 commit comments