From 095aa00f7a37c7a86dcca8d7d97eb557706c37fd Mon Sep 17 00:00:00 2001 From: homm Date: Sun, 28 Dec 2014 05:42:24 +0300 Subject: [PATCH] do not import local Pillow for building docs --- docs/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b25ea6056..ecc7f6722 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,8 +1,4 @@ # -*- coding: utf-8 -*- -import os -import sys - -sys.path.insert(0, os.path.abspath('../')) import PIL ### general configuration ###