Skip to content

Commit d6a97dc

Browse files
comment explaining empty list of disabled reftypes
Co-authored-by: Kevin Albertson <[email protected]>
1 parent d201a3a commit d6a97dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libmongoc/doc/conf.py

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

32+
# Set an empty list of disabled reftypes.
33+
# Sphinx 5.0 disables "std:doc" by default.
34+
# Many documentation references use :doc:
3235
intersphinx_disabled_reftypes = []
3336

3437
# don't fetch libbson's inventory from mongoc.org during build - Debian and

0 commit comments

Comments
 (0)