Skip to content

Commit

Permalink
docs: fix documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jun 27, 2023
1 parent 67a12ce commit 6567daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
autodoc_inherit_docstrings = False
autodoc_member_order = 'bysource'
autodoc_mock_imports = [
'package_control', 'sublime', 'sublime_lib', 'sublime_plugin', 'markdown', 'mdpopups', 'wcmatch'
'package_control', 'sublime', 'sublime_api', 'sublime_lib', 'sublime_plugin', 'markdown', 'mdpopups', 'wcmatch'
]
autodoc_default_options = {
'members': True,
Expand Down

0 comments on commit 6567daa

Please sign in to comment.