File: remove-reno-sphinx-extension.patch

package info (click to toggle)
python-tenacity 9.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 700 kB
  • sloc: python: 3,179; makefile: 11
file content (22 lines) | stat: -rw-r--r-- 590 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
From: Thomas Goirand <zigo@debian.org>
Date: Tue, 19 Nov 2019 14:35:28 +0100
Subject: Remove reno sphinx extension

Forwarded: no
Last-Update: 2019-09-24
---
 doc/source/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index cb1ff71..38421e9 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -27,7 +27,6 @@ sys.path.insert(0, os.path.abspath("../.."))
 extensions = [
     "sphinx.ext.doctest",
     "sphinx.ext.autodoc",
-    "reno.sphinxext",
 ]
 
 # -- Options for sphinx.ext.doctest  -----------------------------------------