From d348117754ecf89ebe10cee5aef95d292570b25f Mon Sep 17 00:00:00 2001 From: Agisilaos Kounelis Date: Thu, 6 Feb 2025 17:32:08 +0200 Subject: [PATCH] Test --- doc/source/conf.py | 2 +- doc/source/index.rst | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 4d3a0d6bfe..1fc33827c3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -41,7 +41,7 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ["sphinx.ext.autodoc", "sphinx.ext.doctest", "sphinx.ext.intersphinx"] +extensions = ["sphinx.ext.autodoc", "sphinx.ext.doctest", "sphinx.ext.intersphinx", "sphinxcontrib.jquery"] # Mapping for linking between RTD subprojects. if readthedocs: diff --git a/doc/source/index.rst b/doc/source/index.rst index 48eef22803..09ea7829ee 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -4,4 +4,3 @@ TileDB Python Project This project encompasses the Python language bindings for the TileDB library. .. include:: _sidebar.rst.inc -.. include:: python-api.rst