Skip to content

Commit

Permalink
Merge pull request #1056 from homm/readthedocs
Browse files Browse the repository at this point in the history
Do not import local Pillow for building docs
  • Loading branch information
hugovk committed Dec 28, 2014
2 parents 7e853c8 + 095aa00 commit 5ba23f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# -*- coding: utf-8 -*-
import os
import sys

sys.path.insert(0, os.path.abspath('../'))
import PIL

### general configuration ###
Expand Down

0 comments on commit 5ba23f3

Please sign in to comment.