File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 11
11
'sphinx.ext.intersphinx' ,
12
12
]
13
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
14
# General information about the project.
21
15
project = 'MongoDB C Driver'
22
16
copyright = '2017, MongoDB, Inc'
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
44
# -- Options for HTML output ----------------------------------------------
You can’t perform that action at this time.
0 commit comments