Skip to content

Commit cc5154d

Browse files
committed
DOP-3320: Move intersphinx above constants definition in snooty.toml
1 parent c885e79 commit cc5154d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

snooty.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ title = "Start with Guides"
33

44
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
55

6-
[constants]
7-
db-deployments = "`Database Deployments <https://cloud.mongodb.com/v2>`__"
8-
guides-db = "sample_guides"
9-
guides-coll = "planets"
10-
full-java-version = "4.7.0"
11-
full-dotnet-version = "2.17.0"
12-
136
intersphinx = [
147
"https://www.mongodb.com/docs/manual/objects.inv",
158
"https://pymongo.readthedocs.io/en/stable/objects.inv",
@@ -23,3 +16,10 @@ intersphinx = [
2316
"https://www.mongodb.com/docs/drivers/java/sync/master/objects.inv",
2417
"https://www.mongodb.com/docs/mongodb-shell/objects.inv",
2518
]
19+
20+
[constants]
21+
db-deployments = "`Database Deployments <https://cloud.mongodb.com/v2>`__"
22+
guides-db = "sample_guides"
23+
guides-coll = "planets"
24+
full-java-version = "4.7.0"
25+
full-dotnet-version = "2.17.0"

0 commit comments

Comments
 (0)