Skip to content

Commit 200aeb0

Browse files
committed
Merge pull request #518 from xray/docbuild
build local docs using matplotlib Agg backend
2 parents a4535b4 + dfa7347 commit 200aeb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
print "no pandas"
3535
try:
3636
import matplotlib
37+
matplotlib.use('Agg')
3738
print "matplotlib: %s, %s" % (matplotlib.__version__, matplotlib.__file__)
3839
except ImportError:
3940
print "no matplotlib"

0 commit comments

Comments
 (0)