Skip to content

Commit

Permalink
include mockimports
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Jul 11, 2022
1 parent a234c03 commit 2f51e6b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
sys.path.insert(0, os.path.abspath('../..'))


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



Expand Down

0 comments on commit 2f51e6b

Please sign in to comment.