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 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.
2115project = 'MongoDB C Driver'
2216copyright = '2017, MongoDB, Inc'
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
4640intersphinx_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 ----------------------------------------------
You can’t perform that action at this time.
0 commit comments