File: 0001-Remove-sphinxcontrib_django-from-sphinx-configuratio.patch

package info (click to toggle)
python-django-parler 2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,012 kB
  • sloc: python: 4,291; makefile: 164; sh: 6
file content (20 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (2)
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: Fri, 12 Nov 2021 12:42:44 +0000
Subject: Remove sphinxcontrib_django from sphinx configuration.

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

diff --git a/docs/conf.py b/docs/conf.py
index 8e32570..2f3f587 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -37,7 +37,6 @@ extensions = [
     "sphinx.ext.autodoc",
     "sphinx.ext.graphviz",
     "sphinx.ext.intersphinx",
-    "sphinxcontrib_django",
 ]
 
 # Add any paths that contain templates here, relative to this directory.