We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d545f2a commit 463f9eaCopy full SHA for 463f9ea
src/libmongoc/doc/conf.py
@@ -29,6 +29,9 @@
29
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
30
master_doc = 'index'
31
32
+# Set an empty list of disabled reftypes.
33
+# Sphinx 5.0 disables "std:doc" by default.
34
+# Many documentation references use :doc:
35
intersphinx_disabled_reftypes = []
36
37
# don't fetch libbson's inventory from mongoc.org during build - Debian and
0 commit comments