Skip to content

Commit 1dfee45

Browse files
committed
CDRIVER-2078 store libbson's objects.inv locally
1 parent 3cc9320 commit 1dfee45

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
4242
master_doc = 'index'
4343

44+
# don't fetch libbson's inventory from mongoc.org during build - Debian and
45+
# Fedora package builds must work offline - maintain a recent copy here
46+
intersphinx_mapping = {
47+
'bson': ('http://mongoc.org/libbson/' + release, 'libbson-objects.inv'),
48+
}
49+
4450
# -- Options for HTML output ----------------------------------------------
4551

4652
html_theme_path = ['.']

doc/libbson-objects.inv

2.76 KB
Binary file not shown.

0 commit comments

Comments
 (0)