Skip to content

Commit

Permalink
Add mock import
Browse files Browse the repository at this point in the history
  • Loading branch information
phohenberger committed Aug 5, 2024
1 parent 0e6ee49 commit 9356e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ napoleon_use_param = False

# Suppress warnings for features not compiled in
# https://stackoverflow.com/questions/12206334/sphinx-autosummary-toctree-contains-reference-to-nonexisting-document-warnings
autodoc_mock_imports = ['featuredefs', 'matplotlib', 'OpenGL', 'vtk']
autodoc_mock_imports = ['featuredefs', 'matplotlib', 'OpenGL', 'vtk', 'zndraw']

# Add custom stylesheets
def setup(app):
Expand Down

0 comments on commit 9356e41

Please sign in to comment.