Skip to content

Commit

Permalink
readthedocs still failing for matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed Aug 4, 2017
1 parent 60ff34f commit 29da1d2
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 @@ -23,6 +23,10 @@
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

import matplotlib

matplotlib.use('Agg')


# If extensions (or modules to document with autodoc) are in another
# directory, add these directories to sys.path here. If the directory is
Expand Down

0 comments on commit 29da1d2

Please sign in to comment.