Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 4 additions & 20 deletions src/libmongoc/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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/

Expand Down Expand Up @@ -188,10 +170,12 @@ def _maybe_update_inventories(app: Sphinx):
:cmake:command:`find_package() <command:find_package>`

.. |bson_t-storage-ptr| replace::
non-``NULL`` pointer to `overwritable storage <bson_lifetimes_>`_ 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 <bson_lifetimes_>`_ 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/

Expand Down