Skip to content

Commit 463f9ea

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/libmongoc/doc/conf.py

+3
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)