File: 0005-Remove-sphinx_search-extension-not-packaged-for-Debi.patch

package info (click to toggle)
python-django-constance 4.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 800 kB
  • sloc: python: 2,089; makefile: 25; javascript: 23; sh: 6
file content (20 lines) | stat: -rw-r--r-- 514 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Sat, 19 Oct 2024 19:49:01 +0000
Subject: Remove sphinx_search extension, not packaged for Debian yet.

---
 docs/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 8472602..af83e36 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -44,7 +44,6 @@ version = ".".join(release.split(".")[:3])
 extensions = [
     "sphinx.ext.intersphinx",
     "sphinx.ext.todo",
-    "sphinx_search.extension",
     "settings",
 ]