Skip to content

Commit

Permalink
change matplotlib backend
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed Aug 4, 2017
1 parent ce37f45 commit 4fcc199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

#import matplotlib
#matplotlib.use('Agg')
import matplotlib
matplotlib.use('Agg')


# If extensions (or modules to document with autodoc) are in another
Expand Down

0 comments on commit 4fcc199

Please sign in to comment.