Skip to content

Commit

Permalink
trying to circumvent plt errors in sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Mar 17, 2017
1 parent 5ffc850 commit 064c97f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
}
}

import matplotlib as mpl
mpl.use('Agg')
import matplotlib.pyplot as plt

from glob import glob
autosummary_generate = glob('*.rst')

Expand Down

0 comments on commit 064c97f

Please sign in to comment.