Skip to content

Commit 7075e88

Browse files
committed
DOP-1186: initial prep for manual build on snooty
1 parent e7929a1 commit 7075e88

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

snooty.toml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,40 @@
11
name = "manual"
2+
title = "MongoDB Manual"
3+
4+
intersphinx = ["https://api.mongodb.com/python/current/object.inv",
5+
"https://motor.readthedocs.io/en/stable/objects.inv",
6+
"https://docs.atlas.mongodb.com/objects.inv"]
7+
8+
9+
10+
11+
# name: pymongo
12+
# url:
13+
# path: pymongo.inv
14+
# ---
15+
# name: motor
16+
# url:
17+
# path: motor.inv
18+
# ---
19+
# name: phplib
20+
# url: https://docs.mongodb.com/php-library/master/
21+
# path: phplib.inv
22+
# ---
23+
# name: clouddocs
24+
# url:
25+
# path: cloud-docs.inv
26+
# ---
27+
# name: compassdocs
28+
# url: https://docs.mongodb.com/compass/current/
29+
# path: compass-docs.inv
30+
# ---
31+
# name: databasetools
32+
# url: https://docs.mongodb.com/database-tools/
33+
# path: database-tools-docs.inv
34+
35+
36+
37+
238

339
[constants]
440
package-branch = "4.2" # For rc = testing. For GA, will be 4.2.
@@ -14,3 +50,5 @@ pgp-fingerprint-fmt = "E162 F504 A20C DF15 827F 718D 4B7C 549A 058F 8B6B"
1450
windows-sha256 = "C777DF7816BB8C9A760FDEA782113949408B6F39D72BE29A2551FA51E2FE0473"
1551
pgp-short-fingerprint = "0x4B7C549A058F8B6B"
1652
source-available = "`source available and free to use <https://github.com/mongodb/mongo/>`_"
53+
54+

worker.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
#!/bin/sh
2-
make html
1+
"build-and-stage-next-gen"

0 commit comments

Comments
 (0)