File: 0002-remove_intersphinx.patch

package info (click to toggle)
python-pymysql 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 772 kB
  • sloc: python: 6,032; makefile: 153; sh: 37
file content (23 lines) | stat: -rw-r--r-- 669 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
From 3f14f69014da38c48ce715f5bea49794bde43970 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= <novy@ondrej.org>
Date: Sat, 5 Aug 2017 00:17:33 +0200
Subject: remove_intersphinx

Forwarded: not-needed
Last-Update: 2016-06-29
---
 docs/source/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index bbadcbe..52179a1 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -30,7 +30,6 @@ sys.path.insert(0, os.path.abspath('../../'))
 # ones.
 extensions = [
     'sphinx.ext.autodoc',
-    'sphinx.ext.intersphinx',
 ]
 
 # Add any paths that contain templates here, relative to this directory.