From ced6ff7abca97c0b3861978533ae005bb526c9fe Mon Sep 17 00:00:00 2001 From: Spencer Seale Date: Thu, 15 Aug 2024 12:44:03 -0700 Subject: [PATCH] Add scope_ctx to doc build (#2038) --- doc/source/python-api.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/python-api.rst b/doc/source/python-api.rst index d72664a990..6656a0db8c 100644 --- a/doc/source/python-api.rst +++ b/doc/source/python-api.rst @@ -38,6 +38,7 @@ Context :members: .. autofunction:: tiledb.default_ctx +.. autofunction:: tiledb.scope_ctx Config ------