File: 0002-Remove-djangodocs-extension-from-sphinx-configuratio.patch

package info (click to toggle)
python-django-treebeard 4.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,420 kB
  • sloc: python: 5,315; javascript: 270; makefile: 180; sh: 6
file content (20 lines) | stat: -rw-r--r-- 578 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 <fladi@debian.org>
Date: Wed, 30 Dec 2015 20:54:45 +0100
Subject: Remove djangodocs extension from sphinx configuration.

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

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 39c2d99..7643d45 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -36,7 +36,6 @@ django.setup()
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
 extensions = [
-    'djangodocs',
     'sphinx.ext.autodoc',
     'sphinx.ext.coverage',
     'sphinx.ext.graphviz',