Skip to content

Commit

Permalink
Fixing RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
akusok committed Jan 21, 2016
1 parent 084cbdd commit 62fe7ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
9 changes: 4 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
# All configuration values have a default; values that are commented out
# serve to show the default.

import sys
import os
import shlex
import sphinx_rtd_theme

import sys
from mock import Mock as MagicMock

Expand All @@ -28,6 +23,10 @@ def __getattr__(cls, name):
MOCK_MODULES = ['tables']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

import os
import shlex
import sphinx_rtd_theme

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tables
mock
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ def readme():
'hpelm.nnets'],
install_requires=[
'numpy',
'scipy>=0.12',
'tables'
'scipy>=0.12'
],
scripts=['bin/elm_naive.py'],
test_suite='nose.collector',
Expand Down

0 comments on commit 62fe7ac

Please sign in to comment.