Skip to content

Commit 532a26c

Browse files
committed
CDRIVER-4413 adjust configuration for building docs with Sphinx 5.0+
1 parent 39786b6 commit 532a26c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libmongoc/doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
3030
master_doc = 'index'
3131

32+
intersphinx_disabled_reftypes = []
33+
3234
# don't fetch libbson's inventory from mongoc.org during build - Debian and
3335
# Fedora package builds must work offline - maintain a recent copy here
3436
intersphinx_mapping = {

0 commit comments

Comments
 (0)