Skip to content

Commit 06c8f40

Browse files
Fix mock pybind11 in docs
1 parent 015f4cc commit 06c8f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import os
1616
import sys
1717
sys.path.insert(0, os.path.abspath('../../'))
18-
autodoc_mock_imports = ["meshpy"]
18+
autodoc_mock_imports = ['pybind11', 'meshpy']
1919

2020
# -- Project information -----------------------------------------------------
2121

0 commit comments

Comments
 (0)