Commit f830dba
committed
setup.py: also mock ctypes.WinDLL when building documentation.
We mock ctypes.CDLL when building documentation so that the library
does not need to be installed on the system. But in some cases, WinDLL
is used instead. Mock it for the same reasons.1 parent fc0c9ec commit f830dba
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| |||
0 commit comments