Skip to content

Commit 66cf9ee

Browse files
committed
snooty update
1 parent 12d2699 commit 66cf9ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

snooty.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ toc_landing_pages = [
88
"/security/authentication",
99
"/data-formats",
1010
"/connect/connection-options",
11-
"crud",
11+
"/crud",
1212
"/crud/query",
1313
"/crud/update",
1414
"/monitoring-and-logging",
15-
"integrations"
15+
"/reference"
1616
]
1717

1818
intersphinx = [
@@ -31,8 +31,8 @@ mdb-server = "MongoDB Server"
3131
mongo-community = "MongoDB Community Edition"
3232
mongo-enterprise = "MongoDB Enterprise Edition"
3333
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
34-
version-number = "4.11"
35-
patch-version-number = "{+version-number+}" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
34+
version-number = "4.12"
35+
patch-version-number = "{+version-number+}.0" # always set this to the driver branch (i.e. 1.7.0, 1.8.0, etc.)
3636
version = "v{+version-number+}"
3737
stable-api = "Stable API"
3838
api-root = "https://pymongo.readthedocs.io/en/{+patch-version-number+}/api/"

0 commit comments

Comments
 (0)