Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Nov 8, 2016
1 parent 000e0e0 commit 7c93bf4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,13 @@
import sys
import os
import subprocess
import mock

MOCK_MODULES = ['joblib', 'networkx', 'scipy', 'scipy.special']
for mod in MOCK_MODULES:
sys.modules[mod] = mock.Mock()

subprocess.call('pip install numpydoc', shell=True)
subprocess.call('pip install pomegranate', shell=True)

import pomegranate

# 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.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../'))

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

Expand Down

0 comments on commit 7c93bf4

Please sign in to comment.