Description: no contentui and no js
Author: Dirk Eddelbuettel <edd@debian.org>
Last-Update: 2022-01-25

--- tiledb-2.6.1.orig/doc/source/conf.py
+++ tiledb-2.6.1/doc/source/conf.py
@@ -45,7 +45,7 @@ if readthedocs:
 extensions = [
     'sphinx.ext.autodoc',
     'sphinx.ext.intersphinx',
-    'sphinxcontrib.contentui',
+#    'sphinxcontrib.contentui',
     'breathe'
 ]
 
@@ -204,8 +204,8 @@ text_replacements = {
 
 # -- Custom setup -----------------------------------------------------------
 
-def add_custom_js(app):
-    app.add_javascript('custom.js')
+#def add_custom_js(app):
+#    app.add_javascript('custom.js')
 
 def setup(app):
     app.add_config_value('text_replacements', {}, True)
@@ -214,4 +214,4 @@ def setup(app):
 
     # Use this event so that our custom JS gets included *after* the ContentUI
     # extension adds its JS, otherwise we can't override its behavior.
-    app.connect('builder-inited', add_custom_js)
+ #   app.connect('builder-inited', add_custom_js)
