File: 0002-remove_sphinxcontrib.zopeext_dependency.patch

package info (click to toggle)
mailman3 3.3.8-3.2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,952 kB
  • sloc: python: 51,229; sh: 313; makefile: 24
file content (36 lines) | stat: -rw-r--r-- 1,124 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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
From: Jonas Meurer <jonas@freesources.org>
Date: Tue, 29 Dec 2020 17:24:16 +0100
Subject: Remove sphinx dependency `sphinxcontrib.zopeext.autointerface`

`sphinxcontrib.zopeext` is not available in Debian. We might want to
package it for Debian one day, but until then let's just ignore the
dependency (and make a small part of the docs not build properly).

Forwarded: not-needed
Author: Jonas Meurer <jonas@freesources.org>
---
 conf.py               | 1 -
 requirements-docs.txt | 1 -
 2 files changed, 2 deletions(-)

diff --git a/conf.py b/conf.py
index f40293c..d6fa9a6 100644
--- a/conf.py
+++ b/conf.py
@@ -31,7 +31,6 @@ sys.path.append(os.path.abspath('_ext'))
 extensions = ['sphinx.ext.autodoc',
               'sphinx.ext.viewcode',
               'sphinx.ext.graphviz',
-              'sphinxcontrib.zopeext.autointerface',
               'configplugin',
 ]
 
diff --git a/requirements-docs.txt b/requirements-docs.txt
index f8bbe85..35b2796 100644
--- a/requirements-docs.txt
+++ b/requirements-docs.txt
@@ -1,4 +1,3 @@
 sphinx>=3.2,!=5.2.0.post0
 sphinx_rtd_theme
 docutils<0.18,>=0.14
-sphinxcontrib-zopeext