Mock dependencies that aren't strictly needed for docs build
This commit is contained in:
parent
54ade7dfb8
commit
9d844f3a42
@ -1,8 +1,5 @@
|
||||
pyside2
|
||||
numpy
|
||||
scipy
|
||||
h5py
|
||||
matplotlib
|
||||
pyopengl
|
||||
sphinx
|
||||
sphinx_rtd_theme
|
||||
|
@ -89,6 +89,11 @@ pygments_style = 'sphinx'
|
||||
#modindex_common_prefix = []
|
||||
|
||||
autodoc_inherit_docstrings = False
|
||||
autodoc_mock_imports = [
|
||||
"scipy",
|
||||
"h5py",
|
||||
"matplotlib",
|
||||
]
|
||||
|
||||
# -- Options for HTML output ---------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user