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