We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81faf57 commit 7057784Copy full SHA for 7057784
doc/conf.py
@@ -11,12 +11,6 @@
11
'sphinx.ext.intersphinx',
12
]
13
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
-
20
# General information about the project.
21
project = 'MongoDB C Driver'
22
copyright = '2017, MongoDB, Inc'
@@ -44,7 +38,7 @@
44
38
# don't fetch libbson's inventory from mongoc.org during build - Debian and
45
39
# Fedora package builds must work offline - maintain a recent copy here
46
40
intersphinx_mapping = {
47
- 'bson': ('http://mongoc.org/libbson/' + release, 'libbson-objects.inv'),
41
+ 'bson': ('http://mongoc.org/libbson/current', 'libbson-objects.inv'),
48
42
}
49
43
50
# -- Options for HTML output ----------------------------------------------
0 commit comments