Description: Don't use unsupported sphinx extension
 We don't have sphinx_search.extension packaged in Debian yet.
 We also don't have chango.sphinx_ext.
Author: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Forwarded: not-needed
Last-Update: 2024-01-05
Index: python-telegram-bot-22.3/docs/source/conf.py
===================================================================
--- python-telegram-bot-22.3.orig/docs/source/conf.py
+++ python-telegram-bot-22.3/docs/source/conf.py
@@ -41,7 +41,6 @@ needs_sphinx = "8.1.3"
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
 extensions = [
-    "chango.sphinx_ext",
     "sphinx.ext.autodoc",
     "sphinx.ext.napoleon",
     "sphinx.ext.intersphinx",
