Skip to content

Commit

Permalink
Force agg backend for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JarnoRFB committed Aug 15, 2018
1 parent 13a678d commit 420f6c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
sys.path.append(os.path.abspath('..'))


import matplotlib
matplotlib.use('agg')

# -- Project information -----------------------------------------------------

project = 'Deep Bottleneck'
Expand Down Expand Up @@ -176,4 +179,4 @@
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True

autodoc_mock_imports = ['_tkinter', 'tensorflow']
autodoc_mock_imports = ['tensorflow']

0 comments on commit 420f6c9

Please sign in to comment.