Skip to content

Commit

Permalink
DOC: try to add ipython to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
albop committed Jun 22, 2016
1 parent b31dc35 commit 65ffdfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
1 change: 1 addition & 0 deletions doc/requirements.txt
@@ -1,3 +1,4 @@
sphinx-better-theme==0.1.4
numpydoc
docutils==0.12
ipython
19 changes: 0 additions & 19 deletions doc/source/conf.py
Expand Up @@ -18,25 +18,6 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))


#try:
# from mock import Mock as MagicMock
#except ImportError:
# def install(package):
# pip.main(['install', package])
# install('mock')
# from mock import Mock as MagicMock


#class Mock(MagicMock):
# @classmethod
# def __getattr__(cls, name):
# return Mock()

#MOCK_MODULES = ['ipython', 'pyyaml', 'numpy', 'numpy.linalg', 'numba','numexpr','sympy','pandas','slycot','matplotlib']
#sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)


# -- General configuration -----------------------------------------------------


Expand Down

0 comments on commit 65ffdfc

Please sign in to comment.