|
200 | 200 |
|
201 | 201 | autodoc_mock_imports = [ |
202 | 202 | 'pybitmessage.bitmessagekivy', |
203 | | - 'pybitmessage.bitmessageqt.addressvalidator', |
204 | | - 'pybitmessage.bitmessageqt.foldertree', |
205 | 203 | 'pybitmessage.bitmessageqt.tests', |
206 | | - 'pybitmessage.class_singleCleaner', |
207 | 204 | 'pybitmessage.debug', |
208 | 205 | 'pybitmessage.fallback.umsgpack', |
209 | 206 | 'pybitmessage.helper_startup', |
210 | | - 'pybitmessage.mock', |
211 | 207 | 'pybitmessage.network.httpd', |
212 | 208 | 'pybitmessage.network.https', |
213 | | - 'pybitmessage.plugins', |
214 | | - 'pybitmessage.proofofwork', |
215 | 209 | 'pybitmessage.pyelliptic.tests', |
216 | 210 | 'ctypes', |
217 | 211 | 'dialog', |
|
238 | 232 | 'bitmessagekivy', 'build_osx.py', |
239 | 233 | 'bitmessageqt/addressvalidator.py', 'bitmessageqt/migrationwizard.py', |
240 | 234 | 'bitmessageqt/newaddresswizard.py', 'helper_startup.py', |
241 | | - 'kivymd', 'main.py', 'navigationdrawer', 'network/http*', |
| 235 | + 'kivymd', 'mock', 'main.py', 'navigationdrawer', 'network/http*', |
242 | 236 | 'pybitmessage', 'tests', 'version.py' |
243 | 237 | ] |
244 | 238 | apidoc_module_first = True |
|
0 commit comments