Skip to content

Commit

Permalink
import docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Mar 18, 2019
1 parent 01e4b9c commit 10a6d85
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@

import os
import sys
sys.path.insert(0, os.path.abspath('../../'))
sys.path.insert(0, os.path.abspath('../..'))


# mock import these packages because readthedocs doesn't have them installed
autodoc_mock_imports = [
'pandas',
'numpy'
'numpy',
'scipy',
'statsmodels',
'lmfit'
]


Expand Down

0 comments on commit 10a6d85

Please sign in to comment.