File: 0001_dont_use_unsupported_sphinx_extension.patch

package info (click to toggle)
python-telegram-bot 22.3-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 11,060 kB
  • sloc: python: 90,298; makefile: 176; sh: 4
file content (18 lines) | stat: -rw-r--r-- 725 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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",