compas-dev / compas-dev/compas_package_template
Add mock imports to `conf.py`
Open
enhancement
- Dominant language
- Python
- Stars
- 6
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
```python
autodoc_mock_imports = [
"System",
"clr",
"Eto",
"Rhino",
"Grasshopper",
"scriptcontext",
"rhinoscriptsyntax",
"bpy",
"bmesh",
"mathutils"
]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.