diff --git a/src/libmongoc/doc/conf.py b/src/libmongoc/doc/conf.py index 009c33670f..6fc8e28501 100644 --- a/src/libmongoc/doc/conf.py +++ b/src/libmongoc/doc/conf.py @@ -128,24 +128,6 @@ def _maybe_update_inventories(app: Sphinx): html_use_index = True rst_prolog = rf""" -.. |qenc:is-experimental| replace:: - - is part of the experimental - `Queryable Encryption `_ API and may be subject - to breaking changes in future releases. - -.. |qenc:opt-is-experimental| replace:: - - This option |qenc:is-experimental| - -.. |qenc:api-is-experimental| replace:: - - This API |qenc:is-experimental| - -.. |qenc:range-is-experimental| replace:: - - Range algorithm is experimental only and not intended for public use. It is subject to breaking changes. - .. _the findAndModify command: https://www.mongodb.com/docs/manual/reference/command/findAndModify/ @@ -188,10 +170,12 @@ def _maybe_update_inventories(app: Sphinx): :cmake:command:`find_package() ` .. |bson_t-storage-ptr| replace:: - non-``NULL`` pointer to `overwritable storage `_ for a :symbol:`bson_t` + non-``NULL`` pointer to `overwritable storage`_ for a :symbol:`bson_t` .. |bson_t-opt-storage-ptr| replace:: - maybe-``NULL`` pointer to `overwritable storage `_ for a :symbol:`bson_t` + maybe-``NULL`` pointer to `overwritable storage`_ for a :symbol:`bson_t` + +.. _overwritable storage: https://www.mongodb.com/docs/languages/c/c-driver/current/libbson/guides/lifetimes/#overwritable-storage .. _mongodb_docs_cdriver: https://www.mongodb.com/docs/languages/c/c-driver/current/