We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18f9f5 commit f78d417Copy full SHA for f78d417
docs/mkdocs.yml
@@ -1,6 +1,6 @@
1
site_name: Keras Documentation
2
theme: readthedocs
3
-# theme_dir: theme
+theme_dir: theme
4
docs_dir: sources
5
repo_url: http://github.com/fchollet/keras
6
site_url: http://keras.io/
setup.py
@@ -15,10 +15,7 @@
15
'h5py': ['h5py'],
16
'visualize': ['pydot-ng'],
17
'tests': ['pytest',
18
- 'pytest-cov',
19
'pytest-pep8',
20
- 'pytest-xdist',
21
- 'python-coveralls',
22
- 'coverage==3.7.1'],
+ 'pytest-xdist'],
23
},
24
packages=find_packages())
0 commit comments