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,
