Skip to content

Commit c4c6755

Browse files
committed
Remove most of the modules added into autodoc_mock_imports,
add mock into apidoc_excluded_paths
1 parent 8c9ddf5 commit c4c6755

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/conf.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -200,18 +200,12 @@
200200

201201
autodoc_mock_imports = [
202202
'pybitmessage.bitmessagekivy',
203-
'pybitmessage.bitmessageqt.addressvalidator',
204-
'pybitmessage.bitmessageqt.foldertree',
205203
'pybitmessage.bitmessageqt.tests',
206-
'pybitmessage.class_singleCleaner',
207204
'pybitmessage.debug',
208205
'pybitmessage.fallback.umsgpack',
209206
'pybitmessage.helper_startup',
210-
'pybitmessage.mock',
211207
'pybitmessage.network.httpd',
212208
'pybitmessage.network.https',
213-
'pybitmessage.plugins',
214-
'pybitmessage.proofofwork',
215209
'pybitmessage.pyelliptic.tests',
216210
'ctypes',
217211
'dialog',
@@ -238,7 +232,7 @@
238232
'bitmessagekivy', 'build_osx.py',
239233
'bitmessageqt/addressvalidator.py', 'bitmessageqt/migrationwizard.py',
240234
'bitmessageqt/newaddresswizard.py', 'helper_startup.py',
241-
'kivymd', 'main.py', 'navigationdrawer', 'network/http*',
235+
'kivymd', 'mock', 'main.py', 'navigationdrawer', 'network/http*',
242236
'pybitmessage', 'tests', 'version.py'
243237
]
244238
apidoc_module_first = True

0 commit comments

Comments
 (0)