Skip to content

Commit 7057784

Browse files
committed
update intersphinx mapping
1 parent 81faf57 commit 7057784

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

doc/conf.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
'sphinx.ext.intersphinx',
1212
]
1313

14-
intersphinx_mapping = {
15-
# TODO: update to http://mongoc.org/libbson/%(version)s once libbson 1.6.0
16-
# is released.
17-
'bson': ('http://mongoc.org/libbson/current', None),
18-
}
19-
2014
# General information about the project.
2115
project = 'MongoDB C Driver'
2216
copyright = '2017, MongoDB, Inc'
@@ -44,7 +38,7 @@
4438
# don't fetch libbson's inventory from mongoc.org during build - Debian and
4539
# Fedora package builds must work offline - maintain a recent copy here
4640
intersphinx_mapping = {
47-
'bson': ('http://mongoc.org/libbson/' + release, 'libbson-objects.inv'),
41+
'bson': ('http://mongoc.org/libbson/current', 'libbson-objects.inv'),
4842
}
4943

5044
# -- Options for HTML output ----------------------------------------------

0 commit comments

Comments
 (0)