Skip to content

Commit

Permalink
Moch _tkinter import
Browse files Browse the repository at this point in the history
  • Loading branch information
JarnoRFB committed Aug 15, 2018
1 parent 2443f18 commit 76456e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,5 @@

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True

autodoc_mock_imports = ['_tkinter']
3 changes: 2 additions & 1 deletion requirements/dneck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ scipy
matplotlib
keras
pathlib2
tensorflow==1.4
tensorflow==1.8
seaborn
sacred
pymongo
sacredboard
pandas
scikit-learn
3 changes: 3 additions & 0 deletions requirements/rtd.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Newer tensorflow versions produce errors on ReadTheDocs,
# so this is fine for building the documentation.
tensorflow==1.4
sphinx
sphinx-autobuild
sphinx-rtd-theme
Expand Down

0 comments on commit 76456e0

Please sign in to comment.