File: remove-pip-from-docs.patch

package info (click to toggle)
python-azure 2.0.0~rc6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 269,052 kB
  • ctags: 9,428
  • sloc: python: 81,857; makefile: 149
file content (15 lines) | stat: -rw-r--r-- 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Remove unused pip import from Sphinx documentation conf.py
Author: Iain R. Learmonth <irl@debian.org>
Last-Update: 2016-09-23
---
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -14,7 +14,7 @@
 
 import sys
 import os
-import pip
+#import pip
 import sphinx_rtd_theme
 
 # If extensions (or modules to document with autodoc) are in another directory,